Shades of Fire Engine Red #D11A2E
Tints of Fire Engine Red #D11A2E
RGB
CMYK
RGB Variations
Color information
#D11A2E (or 0xD11A2E) is known color: Fire Engine Red. HEX triplet: D1, 1A and 2E. RGB value is (209,26,46). Sum of RGB (Red+Green+Blue) = 209+26+46=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A2E is #2EE5D1. Grayscale: #535353. Windows color (decimal): -3073490 or 3021521. OLE color: 3021521.
HSL color Cylindrical-coordinate representation of color #D11A2E: hue angle of 353.44º 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 #D11A2E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 46 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.18 |
| HSL | 353.44º | 0.78% | 0.46% | - |
| HSV(B) | 353.44º | 0.88% | 0.82% | - |
| XYZ | 27.16 | 14.49 | 3.95 | - |
| YUV | 83 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 46 | 0 | 0.88 | 0.78 | 0.18 | 353.44 | 0.78 | 0.46 |
| Hex | D1 | 1A | 2E | 0 | 58 | 4E | 12 | 161 | 4E | 2E |
| Octal | 321 | 32 | 56 | 0 | 130 | 116 | 22 | 541 | 116 | 56 |
| Binary | 11010001 | 11010 | 101110 | 0 | 1011000 | 1001110 | 10010 | 101100001 | 1001110 | 101110 |
Color Harmonies of #D11A2E
Complementary color
Monochromatic Colors of #D11A2E
Black with #D11A2E
Text Example
Text Example
White with #D11A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A2E; }
p { color: rgb(209,26,46); }
H1.HeaderClassName
{
color: #D11A2E;
}
.AnyTagClassName
{
color: #D11A2E;
}
</style>
background-color css
<style>
a { background-color: #D11A2E; }
a { background-color: rgb(209,26,46); }
div.DivClassName
{
background-color: #D11A2E;
}
.BgClassName
{
background-color: #D11A2E;
}
</style>
border-color css
<style>
span { border-color: #D11A2E; }
span { border-color: rgb(209,26,46); }
td.TdClassName
{
border-color: #D11A2E;
}
.TagClassName
{
border-color: #D11A2E;
}
</style>