Html Css Color HEX #D81118 Fire Engine Red

📋 copy color: '#D81118'

red 216 ◦ green 17 ◦ blue 24

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

Shades of Fire Engine Red #D81118

Tints of Fire Engine Red #D81118

RGB

 RED value IS 216 (84.77% from 255) = 84.05%

 GREEN value IS 17 (7.03% from 255) = 6.61%

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

R = 84.05%
G = 6.61%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D81118 (or 0xD81118) is known color: Fire Engine Red. HEX triplet: D8, 11 and 18. RGB value is (216,17,24). Sum of RGB (Red+Green+Blue) = 216+17+24=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D81118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81118 is #27EEE7. Grayscale: #4D4D4D. Windows color (decimal): -2617064 or 1577432. OLE color: 1577432.

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

Color convert

RGB 216 17 24 -
CMYK 0 0.92 0.89 0.15
HSL 357.89º 0.85% 0.46% -
HSV(B) 357.89º 0.92% 0.85% -
XYZ 28.68 15.07 2.26 -
YUV 77.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 216 17 24 0 0.92 0.89 0.15 357.89 0.85 0.46
Hex D8 11 18 0 5C 59 F 166 55 2E
Octal 330 21 30 0 134 131 17 546 125 56
Binary 11011000 10001 11000 0 1011100 1011001 1111 101100110 1010101 101110

Color Harmonies of #D81118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81118

Black with #D81118

Text Example


Text Example

White with #D81118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81118; }

 p { color: rgb(216,17,24); }

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

background-color css

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

 a { background-color: rgb(216,17,24); }

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

border-color css

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

 span { border-color: rgb(216,17,24); }

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