Shades of Fire Engine Red #D02224
Tints of Fire Engine Red #D02224
RGB
CMYK
RGB Variations
Color information
#D02224 (or 0xD02224) is known color: Fire Engine Red. HEX triplet: D0, 22 and 24. RGB value is (208,34,36). Sum of RGB (Red+Green+Blue) = 208+34+36=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D02224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02224 is #2FDDDB. Grayscale: #565656. Windows color (decimal): -3136988 or 2368208. OLE color: 2368208.
HSL color Cylindrical-coordinate representation of color #D02224: hue angle of 359.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02224 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 36 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.18 |
| HSL | 359.31º | 0.72% | 0.47% | - |
| HSV(B) | 359.31º | 0.84% | 0.82% | - |
| XYZ | 26.9 | 14.68 | 3.08 | - |
| YUV | 86.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 36 | 0 | 0.84 | 0.83 | 0.18 | 359.31 | 0.72 | 0.47 |
| Hex | D0 | 22 | 24 | 0 | 54 | 53 | 12 | 167 | 48 | 2F |
| Octal | 320 | 42 | 44 | 0 | 124 | 123 | 22 | 547 | 110 | 57 |
| Binary | 11010000 | 100010 | 100100 | 0 | 1010100 | 1010011 | 10010 | 101100111 | 1001000 | 101111 |
Color Harmonies of #D02224
Complementary color
Monochromatic Colors of #D02224
Black with #D02224
Text Example
Text Example
White with #D02224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02224; }
p { color: rgb(208,34,36); }
H1.HeaderClassName
{
color: #D02224;
}
.AnyTagClassName
{
color: #D02224;
}
</style>
background-color css
<style>
a { background-color: #D02224; }
a { background-color: rgb(208,34,36); }
div.DivClassName
{
background-color: #D02224;
}
.BgClassName
{
background-color: #D02224;
}
</style>
border-color css
<style>
span { border-color: #D02224; }
span { border-color: rgb(208,34,36); }
td.TdClassName
{
border-color: #D02224;
}
.TagClassName
{
border-color: #D02224;
}
</style>