Shades of Fire Engine Red #D11416
Tints of Fire Engine Red #D11416
RGB
CMYK
RGB Variations
Color information
#D11416 (or 0xD11416) is known color: Fire Engine Red. HEX triplet: D1, 14 and 16. RGB value is (209,20,22). Sum of RGB (Red+Green+Blue) = 209+20+22=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D11416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11416 is #2EEBE9. Grayscale: #4C4C4C. Windows color (decimal): -3075050 or 1447121. OLE color: 1447121.
HSL color Cylindrical-coordinate representation of color #D11416: hue angle of 359.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.18 |
| HSL | 359.37º | 0.83% | 0.45% | - |
| HSV(B) | 359.37º | 0.9% | 0.82% | - |
| XYZ | 26.69 | 14.11 | 2.08 | - |
| YUV | 76.74 | 97.12 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 22 | 0 | 0.90 | 0.89 | 0.18 | 359.37 | 0.83 | 0.45 |
| Hex | D1 | 14 | 16 | 0 | 5A | 59 | 12 | 167 | 53 | 2D |
| Octal | 321 | 24 | 26 | 0 | 132 | 131 | 22 | 547 | 123 | 55 |
| Binary | 11010001 | 10100 | 10110 | 0 | 1011010 | 1011001 | 10010 | 101100111 | 1010011 | 101101 |
Color Harmonies of #D11416
Complementary color
Monochromatic Colors of #D11416
Black with #D11416
Text Example
Text Example
White with #D11416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11416; }
p { color: rgb(209,20,22); }
H1.HeaderClassName
{
color: #D11416;
}
.AnyTagClassName
{
color: #D11416;
}
</style>
background-color css
<style>
a { background-color: #D11416; }
a { background-color: rgb(209,20,22); }
div.DivClassName
{
background-color: #D11416;
}
.BgClassName
{
background-color: #D11416;
}
</style>
border-color css
<style>
span { border-color: #D11416; }
span { border-color: rgb(209,20,22); }
td.TdClassName
{
border-color: #D11416;
}
.TagClassName
{
border-color: #D11416;
}
</style>