Html Css Color HEX #D80E19 Fire Engine Red

📋 copy color: '#D80E19'

red 216 ◦ green 14 ◦ blue 25

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

Shades of Fire Engine Red #D80E19

Tints of Fire Engine Red #D80E19

RGB

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

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

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

R = 84.71%
G = 5.49%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D80E19 (or 0xD80E19) is known color: Fire Engine Red. HEX triplet: D8, 0E and 19. RGB value is (216,14,25). Sum of RGB (Red+Green+Blue) = 216+14+25=255 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.71% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80E19 is #27F1E6. Grayscale: #4B4B4B. Windows color (decimal): -2617831 or 1642200. OLE color: 1642200.

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

Color convert

RGB 216 14 25 -
CMYK 0 0.94 0.88 0.15
HSL 356.73º 0.88% 0.45% -
HSV(B) 356.73º 0.94% 0.85% -
XYZ 28.65 14.98 2.3 -
YUV 75.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 216 14 25 0 0.94 0.88 0.15 356.73 0.88 0.45
Hex D8 E 19 0 5E 58 F 165 58 2D
Octal 330 16 31 0 136 130 17 545 130 55
Binary 11011000 1110 11001 0 1011110 1011000 1111 101100101 1011000 101101

Color Harmonies of #D80E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E19

Black with #D80E19

Text Example


Text Example

White with #D80E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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