Html Css Color HEX #D91012 Fire Engine Red

📋 copy color: '#D91012'

red 217 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #D91012

Tints of Fire Engine Red #D91012

RGB

 RED value IS 217 (85.16% from 255) = 86.45%

 GREEN value IS 16 (6.64% from 255) = 6.37%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 86.45%
G = 6.37%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D91012 (or 0xD91012) is known color: Fire Engine Red. HEX triplet: D9, 10 and 12. RGB value is (217,16,18). Sum of RGB (Red+Green+Blue) = 217+16+18=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D91012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91012 is #26EFED. Grayscale: #4C4C4C. Windows color (decimal): -2551790 or 1183961. OLE color: 1183961.

HSL color Cylindrical-coordinate representation of color #D91012: hue angle of 359.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 18 -
CMYK 0 0.93 0.92 0.15
HSL 359.4º 0.86% 0.46% -
HSV(B) 359.4º 0.93% 0.85% -
XYZ 28.91 15.17 1.98 -
YUV 76.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 217 16 18 0 0.93 0.92 0.15 359.4 0.86 0.46
Hex D9 10 12 0 5D 5C F 167 56 2E
Octal 331 20 22 0 135 134 17 547 126 56
Binary 11011001 10000 10010 0 1011101 1011100 1111 101100111 1010110 101110

Color Harmonies of #D91012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91012

Black with #D91012

Text Example


Text Example

White with #D91012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91012; }

 p { color: rgb(217,16,18); }

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

background-color css

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

 a { background-color: rgb(217,16,18); }

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

border-color css

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

 span { border-color: rgb(217,16,18); }

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