Shades of Fire Engine Red #D11029
Tints of Fire Engine Red #D11029
RGB
CMYK
RGB Variations
Color information
#D11029 (or 0xD11029) is known color: Fire Engine Red. HEX triplet: D1, 10 and 29. RGB value is (209,16,41). Sum of RGB (Red+Green+Blue) = 209+16+41=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11029 is #2EEFD6. Grayscale: #4C4C4C. Windows color (decimal): -3076055 or 2691281. OLE color: 2691281.
HSL color Cylindrical-coordinate representation of color #D11029: hue angle of 352.23º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11029 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 41 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.18 |
| HSL | 352.23º | 0.86% | 0.44% | - |
| HSV(B) | 352.23º | 0.92% | 0.82% | - |
| XYZ | 26.88 | 14.09 | 3.4 | - |
| YUV | 76.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 41 | 0 | 0.92 | 0.80 | 0.18 | 352.23 | 0.86 | 0.44 |
| Hex | D1 | 10 | 29 | 0 | 5C | 50 | 12 | 160 | 56 | 2C |
| Octal | 321 | 20 | 51 | 0 | 134 | 120 | 22 | 540 | 126 | 54 |
| Binary | 11010001 | 10000 | 101001 | 0 | 1011100 | 1010000 | 10010 | 101100000 | 1010110 | 101100 |
Color Harmonies of #D11029
Complementary color
Monochromatic Colors of #D11029
Black with #D11029
Text Example
Text Example
White with #D11029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11029; }
p { color: rgb(209,16,41); }
H1.HeaderClassName
{
color: #D11029;
}
.AnyTagClassName
{
color: #D11029;
}
</style>
background-color css
<style>
a { background-color: #D11029; }
a { background-color: rgb(209,16,41); }
div.DivClassName
{
background-color: #D11029;
}
.BgClassName
{
background-color: #D11029;
}
</style>
border-color css
<style>
span { border-color: #D11029; }
span { border-color: rgb(209,16,41); }
td.TdClassName
{
border-color: #D11029;
}
.TagClassName
{
border-color: #D11029;
}
</style>