#D11E2A

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

Shades of Fire Engine Red #D11E2A

Tints of Fire Engine Red #D11E2A

Color information

#D11E2A (or 0xD11E2A) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1E and 2A. RGB value is (209,30,42). Sum of RGB (Red+Green+Blue) = 209+30+42=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11E2A is #2EE1D5. Grayscale: #555555. Windows color (decimal): -3072470 or 2760401. OLE color: 2760401.

HSL color Cylindrical-coordinate representation of color #D11E2A: hue angle of 355.98º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11E2A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2093042-
CMYK00.860.800.18
HSL355.98º74.9%46.86%-
HSV(B)355.98º85.65%81.96%-
XYZ27.1814.653.59-
YUV84.89103.8216.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.38%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=74.38%
G=10.68%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209304200.860.800.18355.9874.946.86
HexD11E2A05650121644b2f
Octal321365201261202254411357
Binary1101000111110101010010101101010000100101011001001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E2A; }

 p { color: rgb(209,30,42); }

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

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

 a { background-color: rgb(209,30,42); }

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

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

 span { border-color: rgb(209,30,42); }

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