Html Css Color HEX #D20C24 Fire Engine Red

📋 copy color: '#D20C24'

red 210 ◦ green 12 ◦ blue 36

#D20C24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D20C24

Tints of Fire Engine Red #D20C24

RGB

 RED value IS 210 (82.42% from 255) = 81.4%

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 81.4%
G = 4.65%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D20C24 (or 0xD20C24) is known color: Fire Engine Red. HEX triplet: D2, 0C and 24. RGB value is (210,12,36). Sum of RGB (Red+Green+Blue) = 210+12+36=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C24 is #2DF3DB. Grayscale: #4A4A4A. Windows color (decimal): -3011548 or 2362578. OLE color: 2362578.

HSL color Cylindrical-coordinate representation of color #D20C24: hue angle of 352.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C24 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 36 -
CMYK 0 0.94 0.83 0.18
HSL 352.73º 0.89% 0.44% -
HSV(B) 352.73º 0.94% 0.82% -
XYZ 27.03 14.09 2.96 -
YUV 73.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 210 12 36 0 0.94 0.83 0.18 352.73 0.89 0.44
Hex D2 C 24 0 5E 53 12 161 59 2C
Octal 322 14 44 0 136 123 22 541 131 54
Binary 11010010 1100 100100 0 1011110 1010011 10010 101100001 1011001 101100

Color Harmonies of #D20C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C24

Black with #D20C24

Text Example


Text Example

White with #D20C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C24; }

 p { color: rgb(210,12,36); }

 H1.HeaderClassName
 {
   color: #D20C24;
 }
 .AnyTagClassName
 {
   color: #D20C24;
 }
</style>

background-color css

<style>
 a { background-color: #D20C24; }

 a { background-color: rgb(210,12,36); }

 div.DivClassName
 {
   background-color: #D20C24;
 }
 .BgClassName
 {
   background-color: #D20C24;
 }
</style>

border-color css

<style>
 span { border-color: #D20C24; }

 span { border-color: rgb(210,12,36); }

 td.TdClassName
 {
   border-color: #D20C24;
 }
 .TagClassName
 {
   border-color: #D20C24;
 }
</style>