#D11A24

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

Shades of Fire Engine Red #D11A24

Tints of Fire Engine Red #D11A24

Color information

#D11A24 (or 0xD11A24) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1A and 24. RGB value is (209,26,36). Sum of RGB (Red+Green+Blue) = 209+26+36=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A24 is #2EE5DB. Grayscale: #515151. Windows color (decimal): -3073500 or 2366161. OLE color: 2366161.

HSL color Cylindrical-coordinate representation of color #D11A24: hue angle of 356.72º 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 #D11A24 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB2092636-
CMYK00.880.830.18
HSL356.72º77.87%46.08%-
HSV(B)356.72º87.56%81.96%-
XYZ26.9814.423.03-
YUV81.86102.13218.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.12%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=77.12%
G=9.59%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209263600.880.830.18356.7277.8746.08
HexD11A2405853121654e2e
Octal321324401301232254511656
Binary1101000111010100100010110001010011100101011001011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A24; }

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

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

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

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

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

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

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

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