Html Css Color HEX #D10E19 Fire Engine Red

📋 copy color: '#D10E19'

red 209 ◦ green 14 ◦ blue 25

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

Shades of Fire Engine Red #D10E19

Tints of Fire Engine Red #D10E19

RGB

 RED value IS 209 (82.03% from 255) = 84.27%

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

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

R = 84.27%
G = 5.65%
B = 10.08%

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

#D10E19 (or 0xD10E19) is known color: Fire Engine Red. HEX triplet: D1, 0E and 19. RGB value is (209,14,25). Sum of RGB (Red+Green+Blue) = 209+14+25=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E19 is #2EF1E6. Grayscale: #494949. Windows color (decimal): -3076583 or 1642193. OLE color: 1642193.

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

Color convert

RGB 209 14 25 -
CMYK 0 0.93 0.88 0.18
HSL 356.62º 0.87% 0.44% -
HSV(B) 356.62º 0.93% 0.82% -
XYZ 26.63 13.94 2.21 -
YUV 73.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 209 14 25 0 0.93 0.88 0.18 356.62 0.87 0.44
Hex D1 E 19 0 5D 58 12 165 57 2C
Octal 321 16 31 0 135 130 22 545 127 54
Binary 11010001 1110 11001 0 1011101 1011000 10010 101100101 1010111 101100

Color Harmonies of #D10E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E19

Black with #D10E19

Text Example


Text Example

White with #D10E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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