#D91220

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

Shades of Fire Engine Red #D91220

Tints of Fire Engine Red #D91220

Color information

#D91220 (or 0xD91220) is unknown color: approx Fire Engine Red. HEX triplet: D9, 12 and 20. RGB value is (217,18,32). Sum of RGB (Red+Green+Blue) = 217+18+32=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D91220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91220 is #26EDDF. Grayscale: #4F4F4F. Windows color (decimal): -2551264 or 2101977. OLE color: 2101977.

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

Color convert

RGB2171832-
CMYK00.920.850.15
HSL355.78º84.68%46.08%-
HSV(B)355.78º91.71%85.1%-
XYZ29.0915.292.78-
YUV79.1101.43226.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 81.27%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=81.27%
G=6.74%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217183200.920.850.15355.7884.6846.08
HexD9122005C55F164552e
Octal331224001341251754412556
Binary110110011001010000001011100101010111111011001001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91220; }

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

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

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

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

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

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

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

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