Shades of Fire Engine Red #DE0620
Tints of Fire Engine Red #DE0620
RGB
CMYK
RGB Variations
Color information
#DE0620 (or 0xDE0620) is known color: Fire Engine Red. HEX triplet: DE, 06 and 20. RGB value is (222,6,32). Sum of RGB (Red+Green+Blue) = 222+6+32=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0620 is #21F9DF. Grayscale: #494949. Windows color (decimal): -2226656 or 2098910. OLE color: 2098910.
HSL color Cylindrical-coordinate representation of color #DE0620: hue angle of 352.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0620 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.13 |
| HSL | 352.78º | 0.95% | 0.45% | - |
| HSV(B) | 352.78º | 0.97% | 0.87% | - |
| XYZ | 30.45 | 15.76 | 2.8 | - |
| YUV | 73.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 32 | 0 | 0.97 | 0.86 | 0.13 | 352.78 | 0.95 | 0.45 |
| Hex | DE | 6 | 20 | 0 | 61 | 56 | D | 161 | 5F | 2D |
| Octal | 336 | 6 | 40 | 0 | 141 | 126 | 15 | 541 | 137 | 55 |
| Binary | 11011110 | 110 | 100000 | 0 | 1100001 | 1010110 | 1101 | 101100001 | 1011111 | 101101 |
Color Harmonies of #DE0620
Complementary color
Monochromatic Colors of #DE0620
Black with #DE0620
Text Example
Text Example
White with #DE0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0620; }
p { color: rgb(222,6,32); }
H1.HeaderClassName
{
color: #DE0620;
}
.AnyTagClassName
{
color: #DE0620;
}
</style>
background-color css
<style>
a { background-color: #DE0620; }
a { background-color: rgb(222,6,32); }
div.DivClassName
{
background-color: #DE0620;
}
.BgClassName
{
background-color: #DE0620;
}
</style>
border-color css
<style>
span { border-color: #DE0620; }
span { border-color: rgb(222,6,32); }
td.TdClassName
{
border-color: #DE0620;
}
.TagClassName
{
border-color: #DE0620;
}
</style>