#D11A1F

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

Shades of Fire Engine Red #D11A1F

Tints of Fire Engine Red #D11A1F

Color information

#D11A1F (or 0xD11A1F) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1A and 1F. RGB value is (209,26,31). Sum of RGB (Red+Green+Blue) = 209+26+31=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A1F is #2EE5E0. Grayscale: #515151. Windows color (decimal): -3073505 or 2038481. OLE color: 2038481.

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

Color convert

RGB2092631-
CMYK00.880.850.18
HSL358.36º77.87%46.08%-
HSV(B)358.36º87.56%81.96%-
XYZ26.9114.392.66-
YUV81.2999.63219.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 78.57%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=78.57%
G=9.77%
B=11.65%

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
Decimal209263100.880.850.18358.3677.8746.08
HexD11A1F05855121664e2e
Octal321323701301252254611656
Binary110100011101011111010110001010101100101011001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A1F; }

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

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

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

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

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

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

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

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