Html Css Color HEX #D80E17 Fire Engine Red

📋 copy color: '#D80E17'

red 216 ◦ green 14 ◦ blue 23

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

Shades of Fire Engine Red #D80E17

Tints of Fire Engine Red #D80E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 85.38%
G = 5.53%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80E17 (or 0xD80E17) is known color: Fire Engine Red. HEX triplet: D8, 0E and 17. RGB value is (216,14,23). Sum of RGB (Red+Green+Blue) = 216+14+23=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80E17 is #27F1E8. Grayscale: #4B4B4B. Windows color (decimal): -2617833 or 1511128. OLE color: 1511128.

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

Color convert

RGB 216 14 23 -
CMYK 0 0.94 0.89 0.15
HSL 357.33º 0.88% 0.45% -
HSV(B) 357.33º 0.94% 0.85% -
XYZ 28.63 14.97 2.19 -
YUV 75.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 216 14 23 0 0.94 0.89 0.15 357.33 0.88 0.45
Hex D8 E 17 0 5E 59 F 165 58 2D
Octal 330 16 27 0 136 131 17 545 130 55
Binary 11011000 1110 10111 0 1011110 1011001 1111 101100101 1011000 101101

Color Harmonies of #D80E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E17

Black with #D80E17

Text Example


Text Example

White with #D80E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E17; }

 p { color: rgb(216,14,23); }

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

background-color css

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

 a { background-color: rgb(216,14,23); }

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

border-color css

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

 span { border-color: rgb(216,14,23); }

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