Shades of Fire Engine Red #DE0725
Tints of Fire Engine Red #DE0725
RGB
CMYK
RGB Variations
Color information
#DE0725 (or 0xDE0725) is known color: Fire Engine Red. HEX triplet: DE, 07 and 25. RGB value is (222,7,37). Sum of RGB (Red+Green+Blue) = 222+7+37=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0725 is #21F8DA. Grayscale: #4A4A4A. Windows color (decimal): -2226395 or 2426846. OLE color: 2426846.
HSL color Cylindrical-coordinate representation of color #DE0725: hue angle of 351.63º degrees, saturation: 0.94, 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 #DE0725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.13 |
| HSL | 351.63º | 0.94% | 0.45% | - |
| HSV(B) | 351.63º | 0.97% | 0.87% | - |
| XYZ | 30.53 | 15.82 | 3.19 | - |
| YUV | 74.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 37 | 0 | 0.97 | 0.83 | 0.13 | 351.63 | 0.94 | 0.45 |
| Hex | DE | 7 | 25 | 0 | 61 | 53 | D | 160 | 5E | 2D |
| Octal | 336 | 7 | 45 | 0 | 141 | 123 | 15 | 540 | 136 | 55 |
| Binary | 11011110 | 111 | 100101 | 0 | 1100001 | 1010011 | 1101 | 101100000 | 1011110 | 101101 |
Color Harmonies of #DE0725
Complementary color
Monochromatic Colors of #DE0725
Black with #DE0725
Text Example
Text Example
White with #DE0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0725; }
p { color: rgb(222,7,37); }
H1.HeaderClassName
{
color: #DE0725;
}
.AnyTagClassName
{
color: #DE0725;
}
</style>
background-color css
<style>
a { background-color: #DE0725; }
a { background-color: rgb(222,7,37); }
div.DivClassName
{
background-color: #DE0725;
}
.BgClassName
{
background-color: #DE0725;
}
</style>
border-color css
<style>
span { border-color: #DE0725; }
span { border-color: rgb(222,7,37); }
td.TdClassName
{
border-color: #DE0725;
}
.TagClassName
{
border-color: #DE0725;
}
</style>