Html Css Color HEX #D80A21 Fire Engine Red

📋 copy color: '#D80A21'

red 216 ◦ green 10 ◦ blue 33

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

Shades of Fire Engine Red #D80A21

Tints of Fire Engine Red #D80A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.86%

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

R = 83.4%
G = 3.86%
B = 12.74%

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

#D80A21 (or 0xD80A21) is known color: Fire Engine Red. HEX triplet: D8, 0A and 21. RGB value is (216,10,33). Sum of RGB (Red+Green+Blue) = 216+10+33=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A21 is #27F5DE. Grayscale: #4A4A4A. Windows color (decimal): -2618847 or 2165464. OLE color: 2165464.

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

Color convert

RGB 216 10 33 -
CMYK 0 0.95 0.85 0.15
HSL 353.3º 0.91% 0.44% -
HSV(B) 353.3º 0.95% 0.85% -
XYZ 28.7 14.93 2.81 -
YUV 74.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 216 10 33 0 0.95 0.85 0.15 353.3 0.91 0.44
Hex D8 A 21 0 5F 55 F 161 5B 2C
Octal 330 12 41 0 137 125 17 541 133 54
Binary 11011000 1010 100001 0 1011111 1010101 1111 101100001 1011011 101100

Color Harmonies of #D80A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A21

Black with #D80A21

Text Example


Text Example

White with #D80A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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