Html Css Color HEX #D80820 Fire Engine Red

📋 copy color: '#D80820'

red 216 ◦ green 8 ◦ blue 32

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

Shades of Fire Engine Red #D80820

Tints of Fire Engine Red #D80820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 84.38%
G = 3.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D80820 (or 0xD80820) is known color: Fire Engine Red. HEX triplet: D8, 08 and 20. RGB value is (216,8,32). Sum of RGB (Red+Green+Blue) = 216+8+32=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D80820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80820 is #27F7DF. Grayscale: #494949. Windows color (decimal): -2619360 or 2099416. OLE color: 2099416.

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

Color convert

RGB 216 8 32 -
CMYK 0 0.96 0.85 0.15
HSL 353.08º 0.93% 0.44% -
HSV(B) 353.08º 0.96% 0.85% -
XYZ 28.67 14.88 2.73 -
YUV 72.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 216 8 32 0 0.96 0.85 0.15 353.08 0.93 0.44
Hex D8 8 20 0 60 55 F 161 5D 2C
Octal 330 10 40 0 140 125 17 541 135 54
Binary 11011000 1000 100000 0 1100000 1010101 1111 101100001 1011101 101100

Color Harmonies of #D80820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80820

Black with #D80820

Text Example


Text Example

White with #D80820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80820; }

 p { color: rgb(216,8,32); }

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

background-color css

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

 a { background-color: rgb(216,8,32); }

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

border-color css

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

 span { border-color: rgb(216,8,32); }

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