Html Css Color HEX #D20F19 Fire Engine Red

📋 copy color: '#D20F19'

red 210 ◦ green 15 ◦ blue 25

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

Shades of Fire Engine Red #D20F19

Tints of Fire Engine Red #D20F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

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

R = 84%
G = 6%
B = 10%

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

#D20F19 (or 0xD20F19) is known color: Fire Engine Red. HEX triplet: D2, 0F and 19. RGB value is (210,15,25). Sum of RGB (Red+Green+Blue) = 210+15+25=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20F19 is #2DF0E6. Grayscale: #4A4A4A. Windows color (decimal): -3010791 or 1642450. OLE color: 1642450.

HSL color Cylindrical-coordinate representation of color #D20F19: hue angle of 356.92º degrees, saturation: 0.87, 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 #D20F19 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 15 25 -
CMYK 0 0.93 0.88 0.18
HSL 356.92º 0.87% 0.44% -
HSV(B) 356.92º 0.93% 0.82% -
XYZ 26.92 14.11 2.22 -
YUV 74.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 210 15 25 0 0.93 0.88 0.18 356.92 0.87 0.44
Hex D2 F 19 0 5D 58 12 165 57 2C
Octal 322 17 31 0 135 130 22 545 127 54
Binary 11010010 1111 11001 0 1011101 1011000 10010 101100101 1010111 101100

Color Harmonies of #D20F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F19

Black with #D20F19

Text Example


Text Example

White with #D20F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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