#D11A20

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

Shades of Fire Engine Red #D11A20

Tints of Fire Engine Red #D11A20

Color information

#D11A20 (or 0xD11A20) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1A and 20. RGB value is (209,26,32). Sum of RGB (Red+Green+Blue) = 209+26+32=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A20 is #2EE5DF. Grayscale: #515151. Windows color (decimal): -3073504 or 2104017. OLE color: 2104017.

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

Color convert

RGB2092632-
CMYK00.880.850.18
HSL358.03º77.87%46.08%-
HSV(B)358.03º87.56%81.96%-
XYZ26.9214.42.73-
YUV81.4100.13219.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 78.28%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=78.28%
G=9.74%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209263200.880.850.18358.0377.8746.08
HexD11A2005855121664e2e
Octal321324001301252254611656
Binary1101000111010100000010110001010101100101011001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A20; }

 p { color: rgb(209,26,32); }

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

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

 a { background-color: rgb(209,26,32); }

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

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

 span { border-color: rgb(209,26,32); }

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