Shades of Fire Engine Red #D01120
Tints of Fire Engine Red #D01120
RGB
CMYK
RGB Variations
Color information
#D01120 (or 0xD01120) is known color: Fire Engine Red. HEX triplet: D0, 11 and 20. RGB value is (208,17,32). Sum of RGB (Red+Green+Blue) = 208+17+32=257 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.93% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 208 - color contains mainly: red. Hex color #D01120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01120 is #2FEEDF. Grayscale: #4B4B4B. Windows color (decimal): -3141344 or 2101712. OLE color: 2101712.
HSL color Cylindrical-coordinate representation of color #D01120: hue angle of 355.29º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01120 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 32 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.18 |
| HSL | 355.29º | 0.85% | 0.44% | - |
| HSV(B) | 355.29º | 0.92% | 0.82% | - |
| XYZ | 26.47 | 13.92 | 2.66 | - |
| YUV | 75.82 | 103.28 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 32 | 0 | 0.92 | 0.85 | 0.18 | 355.29 | 0.85 | 0.44 |
| Hex | D0 | 11 | 20 | 0 | 5C | 55 | 12 | 163 | 55 | 2C |
| Octal | 320 | 21 | 40 | 0 | 134 | 125 | 22 | 543 | 125 | 54 |
| Binary | 11010000 | 10001 | 100000 | 0 | 1011100 | 1010101 | 10010 | 101100011 | 1010101 | 101100 |
Color Harmonies of #D01120
Complementary color
Monochromatic Colors of #D01120
Black with #D01120
Text Example
Text Example
White with #D01120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01120; }
p { color: rgb(208,17,32); }
H1.HeaderClassName
{
color: #D01120;
}
.AnyTagClassName
{
color: #D01120;
}
</style>
background-color css
<style>
a { background-color: #D01120; }
a { background-color: rgb(208,17,32); }
div.DivClassName
{
background-color: #D01120;
}
.BgClassName
{
background-color: #D01120;
}
</style>
border-color css
<style>
span { border-color: #D01120; }
span { border-color: rgb(208,17,32); }
td.TdClassName
{
border-color: #D01120;
}
.TagClassName
{
border-color: #D01120;
}
</style>