Html Css Color HEX #D80B21 Fire Engine Red

📋 copy color: '#D80B21'

red 216 ◦ green 11 ◦ blue 33

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

Shades of Fire Engine Red #D80B21

Tints of Fire Engine Red #D80B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.23%

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 83.08%
G = 4.23%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D80B21 (or 0xD80B21) is known color: Fire Engine Red. HEX triplet: D8, 0B and 21. RGB value is (216,11,33). Sum of RGB (Red+Green+Blue) = 216+11+33=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B21 is #27F4DE. Grayscale: #4A4A4A. Windows color (decimal): -2618591 or 2165720. OLE color: 2165720.

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

Color convert

RGB 216 11 33 -
CMYK 0 0.95 0.85 0.15
HSL 353.56º 0.9% 0.45% -
HSV(B) 353.56º 0.95% 0.85% -
XYZ 28.71 14.95 2.81 -
YUV 74.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 216 11 33 0 0.95 0.85 0.15 353.56 0.9 0.45
Hex D8 B 21 0 5F 55 F 162 5A 2D
Octal 330 13 41 0 137 125 17 542 132 55
Binary 11011000 1011 100001 0 1011111 1010101 1111 101100010 1011010 101101

Color Harmonies of #D80B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B21

Black with #D80B21

Text Example


Text Example

White with #D80B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B21; }

 p { color: rgb(216,11,33); }

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

background-color css

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

 a { background-color: rgb(216,11,33); }

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

border-color css

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

 span { border-color: rgb(216,11,33); }

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