Html Css Color HEX #D20E19 Fire Engine Red

📋 copy color: '#D20E19'

red 210 ◦ green 14 ◦ blue 25

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

Shades of Fire Engine Red #D20E19

Tints of Fire Engine Red #D20E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 84.34%
G = 5.62%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20E19 (or 0xD20E19) is known color: Fire Engine Red. HEX triplet: D2, 0E and 19. RGB value is (210,14,25). Sum of RGB (Red+Green+Blue) = 210+14+25=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20E19 is #2DF1E6. Grayscale: #4A4A4A. Windows color (decimal): -3011047 or 1642194. OLE color: 1642194.

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

Color convert

RGB 210 14 25 -
CMYK 0 0.93 0.88 0.18
HSL 356.63º 0.88% 0.44% -
HSV(B) 356.63º 0.93% 0.82% -
XYZ 26.91 14.09 2.22 -
YUV 73.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 210 14 25 0 0.93 0.88 0.18 356.63 0.88 0.44
Hex D2 E 19 0 5D 58 12 165 58 2C
Octal 322 16 31 0 135 130 22 545 130 54
Binary 11010010 1110 11001 0 1011101 1011000 10010 101100101 1011000 101100

Color Harmonies of #D20E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E19

Black with #D20E19

Text Example


Text Example

White with #D20E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E19; }

 p { color: rgb(210,14,25); }

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

background-color css

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

 a { background-color: rgb(210,14,25); }

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

border-color css

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

 span { border-color: rgb(210,14,25); }

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