#D91215

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

Shades of Fire Engine Red #D91215

Tints of Fire Engine Red #D91215

Color information

#D91215 (or 0xD91215) is unknown color: approx Fire Engine Red. HEX triplet: D9, 12 and 15. RGB value is (217,18,21). Sum of RGB (Red+Green+Blue) = 217+18+21=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D91215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91215 is #26EDEA. Grayscale: #4E4E4E. Windows color (decimal): -2551275 or 1381081. OLE color: 1381081.

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

Color convert

RGB2171821-
CMYK00.920.900.15
HSL359.1º84.68%46.08%-
HSV(B)359.1º91.71%85.1%-
XYZ28.9715.242.12-
YUV77.8495.93227.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 84.77%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=84.77%
G=7.03%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217182100.920.900.15359.184.6846.08
HexD9121505C5AF167552e
Octal331222501341321754712556
Binary11011001100101010101011100101101011111011001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91215; }

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

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

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

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

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

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

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

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