Html Css Color HEX #D91418 Fire Engine Red

📋 copy color: '#D91418'

red 217 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #D91418

Tints of Fire Engine Red #D91418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 83.14%
G = 7.66%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D91418 (or 0xD91418) is known color: Fire Engine Red. HEX triplet: D9, 14 and 18. RGB value is (217,20,24). Sum of RGB (Red+Green+Blue) = 217+20+24=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D91418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91418 is #26EBE7. Grayscale: #4F4F4F. Windows color (decimal): -2550760 or 1578201. OLE color: 1578201.

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

Color convert

RGB 217 20 24 -
CMYK 0 0.91 0.89 0.15
HSL 358.78º 0.83% 0.46% -
HSV(B) 358.78º 0.91% 0.85% -
XYZ 29.03 15.32 2.29 -
YUV 79.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 217 20 24 0 0.91 0.89 0.15 358.78 0.83 0.46
Hex D9 14 18 0 5B 59 F 167 53 2E
Octal 331 24 30 0 133 131 17 547 123 56
Binary 11011001 10100 11000 0 1011011 1011001 1111 101100111 1010011 101110

Color Harmonies of #D91418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91418

Black with #D91418

Text Example


Text Example

White with #D91418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91418; }

 p { color: rgb(217,20,24); }

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

background-color css

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

 a { background-color: rgb(217,20,24); }

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

border-color css

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

 span { border-color: rgb(217,20,24); }

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