Html Css Color HEX #D80E23 Fire Engine Red

📋 copy color: '#D80E23'

red 216 ◦ green 14 ◦ blue 35

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

Shades of Fire Engine Red #D80E23

Tints of Fire Engine Red #D80E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 81.51%
G = 5.28%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80E23 (or 0xD80E23) is known color: Fire Engine Red. HEX triplet: D8, 0E and 23. RGB value is (216,14,35). Sum of RGB (Red+Green+Blue) = 216+14+35=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E23 is #27F1DC. Grayscale: #4C4C4C. Windows color (decimal): -2617821 or 2297560. OLE color: 2297560.

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

Color convert

RGB 216 14 35 -
CMYK 0 0.94 0.84 0.15
HSL 353.76º 0.88% 0.45% -
HSV(B) 353.76º 0.94% 0.85% -
XYZ 28.78 15.03 2.98 -
YUV 76.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 216 14 35 0 0.94 0.84 0.15 353.76 0.88 0.45
Hex D8 E 23 0 5E 54 F 162 58 2D
Octal 330 16 43 0 136 124 17 542 130 55
Binary 11011000 1110 100011 0 1011110 1010100 1111 101100010 1011000 101101

Color Harmonies of #D80E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E23

Black with #D80E23

Text Example


Text Example

White with #D80E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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