Shades of Fire Engine Red #D11C2E
Tints of Fire Engine Red #D11C2E
RGB
CMYK
RGB Variations
Color information
#D11C2E (or 0xD11C2E) is known color: Fire Engine Red. HEX triplet: D1, 1C and 2E. RGB value is (209,28,46). Sum of RGB (Red+Green+Blue) = 209+28+46=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C2E is #2EE3D1. Grayscale: #545454. Windows color (decimal): -3072978 or 3022033. OLE color: 3022033.
HSL color Cylindrical-coordinate representation of color #D11C2E: hue angle of 354.03º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C2E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 46 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.18 |
| HSL | 354.03º | 0.76% | 0.46% | - |
| HSV(B) | 354.03º | 0.87% | 0.82% | - |
| XYZ | 27.2 | 14.58 | 3.97 | - |
| YUV | 84.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 46 | 0 | 0.87 | 0.78 | 0.18 | 354.03 | 0.76 | 0.46 |
| Hex | D1 | 1C | 2E | 0 | 57 | 4E | 12 | 162 | 4C | 2E |
| Octal | 321 | 34 | 56 | 0 | 127 | 116 | 22 | 542 | 114 | 56 |
| Binary | 11010001 | 11100 | 101110 | 0 | 1010111 | 1001110 | 10010 | 101100010 | 1001100 | 101110 |
Color Harmonies of #D11C2E
Complementary color
Monochromatic Colors of #D11C2E
Black with #D11C2E
Text Example
Text Example
White with #D11C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C2E; }
p { color: rgb(209,28,46); }
H1.HeaderClassName
{
color: #D11C2E;
}
.AnyTagClassName
{
color: #D11C2E;
}
</style>
background-color css
<style>
a { background-color: #D11C2E; }
a { background-color: rgb(209,28,46); }
div.DivClassName
{
background-color: #D11C2E;
}
.BgClassName
{
background-color: #D11C2E;
}
</style>
border-color css
<style>
span { border-color: #D11C2E; }
span { border-color: rgb(209,28,46); }
td.TdClassName
{
border-color: #D11C2E;
}
.TagClassName
{
border-color: #D11C2E;
}
</style>