Shades of Fire Engine Red #D60B20
Tints of Fire Engine Red #D60B20
RGB
CMYK
RGB Variations
Color information
#D60B20 (or 0xD60B20) is known color: Fire Engine Red. HEX triplet: D6, 0B and 20. RGB value is (214,11,32). Sum of RGB (Red+Green+Blue) = 214+11+32=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B20 is #29F4DF. Grayscale: #4A4A4A. Windows color (decimal): -2749664 or 2100182. OLE color: 2100182.
HSL color Cylindrical-coordinate representation of color #D60B20: hue angle of 353.79º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B20 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 32 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.16 |
| HSL | 353.79º | 0.9% | 0.44% | - |
| HSV(B) | 353.79º | 0.95% | 0.84% | - |
| XYZ | 28.11 | 14.64 | 2.71 | - |
| YUV | 74.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 32 | 0 | 0.95 | 0.85 | 0.16 | 353.79 | 0.9 | 0.44 |
| Hex | D6 | B | 20 | 0 | 5F | 55 | 10 | 162 | 5A | 2C |
| Octal | 326 | 13 | 40 | 0 | 137 | 125 | 20 | 542 | 132 | 54 |
| Binary | 11010110 | 1011 | 100000 | 0 | 1011111 | 1010101 | 10000 | 101100010 | 1011010 | 101100 |
Color Harmonies of #D60B20
Complementary color
Monochromatic Colors of #D60B20
Black with #D60B20
Text Example
Text Example
White with #D60B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B20; }
p { color: rgb(214,11,32); }
H1.HeaderClassName
{
color: #D60B20;
}
.AnyTagClassName
{
color: #D60B20;
}
</style>
background-color css
<style>
a { background-color: #D60B20; }
a { background-color: rgb(214,11,32); }
div.DivClassName
{
background-color: #D60B20;
}
.BgClassName
{
background-color: #D60B20;
}
</style>
border-color css
<style>
span { border-color: #D60B20; }
span { border-color: rgb(214,11,32); }
td.TdClassName
{
border-color: #D60B20;
}
.TagClassName
{
border-color: #D60B20;
}
</style>