Shades of Fire Engine Red #D01416
Tints of Fire Engine Red #D01416
RGB
CMYK
RGB Variations
Color information
#D01416 (or 0xD01416) is known color: Fire Engine Red. HEX triplet: D0, 14 and 16. RGB value is (208,20,22). Sum of RGB (Red+Green+Blue) = 208+20+22=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D01416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01416 is #2FEBE9. Grayscale: #4C4C4C. Windows color (decimal): -3140586 or 1447120. OLE color: 1447120.
HSL color Cylindrical-coordinate representation of color #D01416: hue angle of 359.36º degrees, saturation: 0.82, 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 #D01416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 22 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.18 |
| HSL | 359.36º | 0.82% | 0.45% | - |
| HSV(B) | 359.36º | 0.9% | 0.82% | - |
| XYZ | 26.41 | 13.97 | 2.06 | - |
| YUV | 76.44 | 97.28 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 22 | 0 | 0.90 | 0.89 | 0.18 | 359.36 | 0.82 | 0.45 |
| Hex | D0 | 14 | 16 | 0 | 5A | 59 | 12 | 167 | 52 | 2D |
| Octal | 320 | 24 | 26 | 0 | 132 | 131 | 22 | 547 | 122 | 55 |
| Binary | 11010000 | 10100 | 10110 | 0 | 1011010 | 1011001 | 10010 | 101100111 | 1010010 | 101101 |
Color Harmonies of #D01416
Complementary color
Monochromatic Colors of #D01416
Black with #D01416
Text Example
Text Example
White with #D01416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01416; }
p { color: rgb(208,20,22); }
H1.HeaderClassName
{
color: #D01416;
}
.AnyTagClassName
{
color: #D01416;
}
</style>
background-color css
<style>
a { background-color: #D01416; }
a { background-color: rgb(208,20,22); }
div.DivClassName
{
background-color: #D01416;
}
.BgClassName
{
background-color: #D01416;
}
</style>
border-color css
<style>
span { border-color: #D01416; }
span { border-color: rgb(208,20,22); }
td.TdClassName
{
border-color: #D01416;
}
.TagClassName
{
border-color: #D01416;
}
</style>