Shades of Fire Engine Red #D01224
Tints of Fire Engine Red #D01224
RGB
CMYK
RGB Variations
Color information
#D01224 (or 0xD01224) is known color: Fire Engine Red. HEX triplet: D0, 12 and 24. RGB value is (208,18,36). Sum of RGB (Red+Green+Blue) = 208+18+36=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D01224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01224 is #2FEDDB. Grayscale: #4C4C4C. Windows color (decimal): -3141084 or 2364112. OLE color: 2364112.
HSL color Cylindrical-coordinate representation of color #D01224: hue angle of 354.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01224 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 36 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.18 |
| HSL | 354.32º | 0.84% | 0.44% | - |
| HSV(B) | 354.32º | 0.91% | 0.82% | - |
| XYZ | 26.55 | 13.97 | 2.97 | - |
| YUV | 76.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 36 | 0 | 0.91 | 0.83 | 0.18 | 354.32 | 0.84 | 0.44 |
| Hex | D0 | 12 | 24 | 0 | 5B | 53 | 12 | 162 | 54 | 2C |
| Octal | 320 | 22 | 44 | 0 | 133 | 123 | 22 | 542 | 124 | 54 |
| Binary | 11010000 | 10010 | 100100 | 0 | 1011011 | 1010011 | 10010 | 101100010 | 1010100 | 101100 |
Color Harmonies of #D01224
Complementary color
Monochromatic Colors of #D01224
Black with #D01224
Text Example
Text Example
White with #D01224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01224; }
p { color: rgb(208,18,36); }
H1.HeaderClassName
{
color: #D01224;
}
.AnyTagClassName
{
color: #D01224;
}
</style>
background-color css
<style>
a { background-color: #D01224; }
a { background-color: rgb(208,18,36); }
div.DivClassName
{
background-color: #D01224;
}
.BgClassName
{
background-color: #D01224;
}
</style>
border-color css
<style>
span { border-color: #D01224; }
span { border-color: rgb(208,18,36); }
td.TdClassName
{
border-color: #D01224;
}
.TagClassName
{
border-color: #D01224;
}
</style>