#D90820

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

Shades of Fire Engine Red #D90820

Tints of Fire Engine Red #D90820

Color information

#D90820 (or 0xD90820) is unknown color: approx Fire Engine Red. HEX triplet: D9, 08 and 20. RGB value is (217,8,32). Sum of RGB (Red+Green+Blue) = 217+8+32=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D90820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90820 is #26F7DF. Grayscale: #494949. Windows color (decimal): -2553824 or 2099417. OLE color: 2099417.

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

Color convert

RGB217832-
CMYK00.960.850.15
HSL353.11º92.89%44.12%-
HSV(B)353.11º96.31%85.1%-
XYZ28.9615.032.74-
YUV73.23104.74230.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 84.44%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=84.44%
G=3.11%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21783200.960.850.15353.1192.8944.12
HexD982006055F1615d2c
Octal331104001401251754113554
Binary11011001100010000001100000101010111111011000011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90820; }

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

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

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

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

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

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

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

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