COLOR #D53A0C

HEX: #D53A0C
RGB: (213,58,12)

Renk bilgisi

#D53A0C contains mainly red color. #D53A0C ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#D53A0C color RGB value is (213,58,12).

  • kırmız ton 213;
  • yeşil ton 58;
  • mavi ton 12.
RGB:
(213,58,12)
(84%,23%,5%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 58 of 255 = 23%
B 12 of 255 = 5%

213
58
12

R + G + B ~ 37%. #D53A0C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 58 + 12 = 283 (100%)
R 213 of 283 ~ 75.27%
G 58 of 283 ~ 20.49%
B 12 of 283 ~ 4.24%

%75.27
%20.49

CMYK RENK MODELİ

#D53A0C rengi CMYK tonu (0,73,94,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.77%
  • sarı tonu 94.37%
  • ana renk tonu 16.47%
CMYK:
(0,73,94,16)
C0M73Y94K16 
(0%,73%,94%,16%)
(0.00/0.73/0.94/0.16)	

CMYK yüzdeleri

%0
%72.77
%94.37
%16.47

Codes

Color #D53A0C in popluar color models

D53A0C
RGB2135812
HSL14°89.33%44.12%
HSB/HSV14°94.37%83.53%
CMYK0.00%72.77%94.37%
16.47%

Color #D53A0C in popluar number systems.

HEXD53A0C
Decimal2135812
Binary110101011110101100
Octal3257214

Shades and tints

Shades of #D53A0C

#D53A0C
(213,58,12)
#C2350B
(194,53,11)
#AF300A
(175,48,10)
#9C2B09
(156,43,9)
#892608
(137,38,8)
#762107
(118,33,7)
#631C06
(99,28,6)
#501705
(80,23,5)
#3D1204
(61,18,4)
#2A0D03
(42,13,3)
#170802
(23,8,2)
#000000
(0,0,0)

Tints of #D53A0C

#D53A0C
(213,58,12)
#D84B22
(216,75,34)
#DB5C38
(219,92,56)
#DE6D4E
(222,109,78)
#E17E64
(225,126,100)
#E48F7A
(228,143,122)
#E7A090
(231,160,144)
#EAB1A6
(234,177,166)
#EDC2BC
(237,194,188)
#F0D3D2
(240,211,210)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D53A0C color. Also use rgb(213,58,12) instead hex code.

Text Font Color

.myTextColor { color: #D53A0C; }

<p style="color:#D53A0C">This sample text font color is #D53A0C.</p>

This text font color is #D53A0C.


Background Color

.myBgColor { background-color: #D53A0C; }

<div style="background-color:#D53A0C">Inner text</div>

This div background color is #D53A0C.


Border color

.myBorderColor { border: 1px solid #D53A0C; }

<div style="border:3px solid #D53A0C">Div</div>

This div border color is #D53A0C.


Opacity

.myOpacity80 { color: #D53A0C; opacity: 0.8; }

<p style="color:#D53A0C;opacity:0.8;">80%</p>

Text with #D53A0C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D53A0C;}

<p style="text-shadow: 3px 3px 1px #D53A0C">Text here.</p>

This text has shadow with #D53A0C color.

.textShadow {text-shadow: 3px 3px 1px #D53A0C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D53A0C, 5px 5px 20px red">Text here.</p>

This text has shadow with #D53A0C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D53A0C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D53A0C, Direction=45, Strength=4)">Text</p>

This text has shadow with #D53A0C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D53A0C;
  -webkit-box-shadow:	1px 1px 3px 2px #D53A0C;
  box-shadow:		1px 1px 3px 2px #D53A0C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D53A0C;
-webkit-box-shadow: 1px 1px 3px 2px #D53A0C;
box-shadow:1px 1px 3px 2px #D53A0C;">
Div content here</div>
This div box has shadow with color #D53A0C.

Preview

Color preview on black background

This text has color #D53A0C on black background.


Color preview on white background

This text has color #D53A0C on white background.



Black color preview on #D53A0C background

This text has black color on #D53A0C background.


White color preview on #D53A0C background

This text has white color on #D53A0C background.