#D80924

Color #D80924 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D80924

Tints of Fire Engine Red #D80924

Color information

#D80924 (or 0xD80924) is unknown color: approx Fire Engine Red. HEX triplet: D8, 09 and 24. RGB value is (216,9,36). Sum of RGB (Red+Green+Blue) = 216+9+36=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D80924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80924 is #27F6DB. Grayscale: #4A4A4A. Windows color (decimal): -2619100 or 2361816. OLE color: 2361816.

HSL color Cylindrical-coordinate representation of color #D80924: hue angle of 352.17º degrees, saturation: 0.92, 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 #D80924 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB216936-
CMYK00.960.830.15
HSL352.17º92%44.12%-
HSV(B)352.17º95.83%84.71%-
XYZ28.7414.923.03-
YUV73.97106.58229.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 82.76%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=82.76%
G=3.45%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21693600.960.830.15352.179244.12
HexD892406053F1605c2c
Octal330114401401231754013454
Binary11011000100110010001100000101001111111011000001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80924; }

 p { color: rgb(216,9,36); }

 H1.HeaderClassName
 {
   color: #D80924;
 }
 .AnyTagClassName
 {
   color: #D80924;
 }
</style>
background-color css

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

 a { background-color: rgb(216,9,36); }

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

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

 span { border-color: rgb(216,9,36); }

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