Shades of Fire Engine Red #D11420
Tints of Fire Engine Red #D11420
RGB
CMYK
RGB Variations
Color information
#D11420 (or 0xD11420) is known color: Fire Engine Red. HEX triplet: D1, 14 and 20. RGB value is (209,20,32). Sum of RGB (Red+Green+Blue) = 209+20+32=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D11420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11420 is #2EEBDF. Grayscale: #4E4E4E. Windows color (decimal): -3075040 or 2102481. OLE color: 2102481.
HSL color Cylindrical-coordinate representation of color #D11420: hue angle of 356.19º 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 #D11420 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 32 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.18 |
| HSL | 356.19º | 0.83% | 0.45% | - |
| HSV(B) | 356.19º | 0.9% | 0.82% | - |
| XYZ | 26.81 | 14.16 | 2.69 | - |
| YUV | 77.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 32 | 0 | 0.90 | 0.85 | 0.18 | 356.19 | 0.83 | 0.45 |
| Hex | D1 | 14 | 20 | 0 | 5A | 55 | 12 | 164 | 53 | 2D |
| Octal | 321 | 24 | 40 | 0 | 132 | 125 | 22 | 544 | 123 | 55 |
| Binary | 11010001 | 10100 | 100000 | 0 | 1011010 | 1010101 | 10010 | 101100100 | 1010011 | 101101 |
Color Harmonies of #D11420
Complementary color
Monochromatic Colors of #D11420
Black with #D11420
Text Example
Text Example
White with #D11420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11420; }
p { color: rgb(209,20,32); }
H1.HeaderClassName
{
color: #D11420;
}
.AnyTagClassName
{
color: #D11420;
}
</style>
background-color css
<style>
a { background-color: #D11420; }
a { background-color: rgb(209,20,32); }
div.DivClassName
{
background-color: #D11420;
}
.BgClassName
{
background-color: #D11420;
}
</style>
border-color css
<style>
span { border-color: #D11420; }
span { border-color: rgb(209,20,32); }
td.TdClassName
{
border-color: #D11420;
}
.TagClassName
{
border-color: #D11420;
}
</style>