Shades of Fire Engine Red #D11D1E
Tints of Fire Engine Red #D11D1E
RGB
CMYK
RGB Variations
Color information
#D11D1E (or 0xD11D1E) is known color: Fire Engine Red. HEX triplet: D1, 1D and 1E. RGB value is (209,29,30). Sum of RGB (Red+Green+Blue) = 209+29+30=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D1E is #2EE2E1. Grayscale: #535353. Windows color (decimal): -3072738 or 1973713. OLE color: 1973713.
HSL color Cylindrical-coordinate representation of color #D11D1E: hue angle of 359.67º degrees, saturation: 0.76, 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 #D11D1E is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 30 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.18 |
| HSL | 359.67º | 0.76% | 0.47% | - |
| HSV(B) | 359.67º | 0.86% | 0.82% | - |
| XYZ | 26.97 | 14.53 | 2.61 | - |
| YUV | 82.93 | 98.13 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 30 | 0 | 0.86 | 0.86 | 0.18 | 359.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 1E | 0 | 56 | 56 | 12 | 168 | 4C | 2F |
| Octal | 321 | 35 | 36 | 0 | 126 | 126 | 22 | 550 | 114 | 57 |
| Binary | 11010001 | 11101 | 11110 | 0 | 1010110 | 1010110 | 10010 | 101101000 | 1001100 | 101111 |
Color Harmonies of #D11D1E
Complementary color
Monochromatic Colors of #D11D1E
Black with #D11D1E
Text Example
Text Example
White with #D11D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D1E; }
p { color: rgb(209,29,30); }
H1.HeaderClassName
{
color: #D11D1E;
}
.AnyTagClassName
{
color: #D11D1E;
}
</style>
background-color css
<style>
a { background-color: #D11D1E; }
a { background-color: rgb(209,29,30); }
div.DivClassName
{
background-color: #D11D1E;
}
.BgClassName
{
background-color: #D11D1E;
}
</style>
border-color css
<style>
span { border-color: #D11D1E; }
span { border-color: rgb(209,29,30); }
td.TdClassName
{
border-color: #D11D1E;
}
.TagClassName
{
border-color: #D11D1E;
}
</style>