Shades of Fire Engine Red #DE0D21
Tints of Fire Engine Red #DE0D21
RGB
CMYK
RGB Variations
Color information
#DE0D21 (or 0xDE0D21) is known color: Fire Engine Red. HEX triplet: DE, 0D and 21. RGB value is (222,13,33). Sum of RGB (Red+Green+Blue) = 222+13+33=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0D21 is #21F2DE. Grayscale: #4D4D4D. Windows color (decimal): -2224863 or 2166238. OLE color: 2166238.
HSL color Cylindrical-coordinate representation of color #DE0D21: hue angle of 354.26º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D21 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 33 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.13 |
| HSL | 354.26º | 0.89% | 0.46% | - |
| HSV(B) | 354.26º | 0.94% | 0.87% | - |
| XYZ | 30.54 | 15.93 | 2.9 | - |
| YUV | 77.77 | 102.74 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 33 | 0 | 0.94 | 0.85 | 0.13 | 354.26 | 0.89 | 0.46 |
| Hex | DE | D | 21 | 0 | 5E | 55 | D | 162 | 59 | 2E |
| Octal | 336 | 15 | 41 | 0 | 136 | 125 | 15 | 542 | 131 | 56 |
| Binary | 11011110 | 1101 | 100001 | 0 | 1011110 | 1010101 | 1101 | 101100010 | 1011001 | 101110 |
Color Harmonies of #DE0D21
Complementary color
Monochromatic Colors of #DE0D21
Black with #DE0D21
Text Example
Text Example
White with #DE0D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D21; }
p { color: rgb(222,13,33); }
H1.HeaderClassName
{
color: #DE0D21;
}
.AnyTagClassName
{
color: #DE0D21;
}
</style>
background-color css
<style>
a { background-color: #DE0D21; }
a { background-color: rgb(222,13,33); }
div.DivClassName
{
background-color: #DE0D21;
}
.BgClassName
{
background-color: #DE0D21;
}
</style>
border-color css
<style>
span { border-color: #DE0D21; }
span { border-color: rgb(222,13,33); }
td.TdClassName
{
border-color: #DE0D21;
}
.TagClassName
{
border-color: #DE0D21;
}
</style>