Shades of Fire Engine Red #D60B21
Tints of Fire Engine Red #D60B21
RGB
CMYK
RGB Variations
Color information
#D60B21 (or 0xD60B21) is known color: Fire Engine Red. HEX triplet: D6, 0B and 21. RGB value is (214,11,33). Sum of RGB (Red+Green+Blue) = 214+11+33=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B21 is #29F4DE. Grayscale: #4A4A4A. Windows color (decimal): -2749663 or 2165718. OLE color: 2165718.
HSL color Cylindrical-coordinate representation of color #D60B21: hue angle of 353.5º 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 #D60B21 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 33 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.16 |
| HSL | 353.5º | 0.9% | 0.44% | - |
| HSV(B) | 353.5º | 0.95% | 0.84% | - |
| XYZ | 28.13 | 14.65 | 2.78 | - |
| YUV | 74.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 33 | 0 | 0.95 | 0.85 | 0.16 | 353.5 | 0.9 | 0.44 |
| Hex | D6 | B | 21 | 0 | 5F | 55 | 10 | 161 | 5A | 2C |
| Octal | 326 | 13 | 41 | 0 | 137 | 125 | 20 | 541 | 132 | 54 |
| Binary | 11010110 | 1011 | 100001 | 0 | 1011111 | 1010101 | 10000 | 101100001 | 1011010 | 101100 |
Color Harmonies of #D60B21
Complementary color
Monochromatic Colors of #D60B21
Black with #D60B21
Text Example
Text Example
White with #D60B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B21; }
p { color: rgb(214,11,33); }
H1.HeaderClassName
{
color: #D60B21;
}
.AnyTagClassName
{
color: #D60B21;
}
</style>
background-color css
<style>
a { background-color: #D60B21; }
a { background-color: rgb(214,11,33); }
div.DivClassName
{
background-color: #D60B21;
}
.BgClassName
{
background-color: #D60B21;
}
</style>
border-color css
<style>
span { border-color: #D60B21; }
span { border-color: rgb(214,11,33); }
td.TdClassName
{
border-color: #D60B21;
}
.TagClassName
{
border-color: #D60B21;
}
</style>