Shades of Fire Engine Red #DE191E
Tints of Fire Engine Red #DE191E
RGB
CMYK
RGB Variations
Color information
#DE191E (or 0xDE191E) is known color: Fire Engine Red. HEX triplet: DE, 19 and 1E. RGB value is (222,25,30). Sum of RGB (Red+Green+Blue) = 222+25+30=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE191E is #21E6E1. Grayscale: #545454. Windows color (decimal): -2221794 or 1972702. OLE color: 1972702.
HSL color Cylindrical-coordinate representation of color #DE191E: hue angle of 358.48º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE191E is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 30 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.13 |
| HSL | 358.48º | 0.8% | 0.48% | - |
| HSV(B) | 358.48º | 0.89% | 0.87% | - |
| XYZ | 30.71 | 16.32 | 2.76 | - |
| YUV | 84.47 | 97.27 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 30 | 0 | 0.89 | 0.86 | 0.13 | 358.48 | 0.8 | 0.48 |
| Hex | DE | 19 | 1E | 0 | 59 | 56 | D | 166 | 50 | 30 |
| Octal | 336 | 31 | 36 | 0 | 131 | 126 | 15 | 546 | 120 | 60 |
| Binary | 11011110 | 11001 | 11110 | 0 | 1011001 | 1010110 | 1101 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DE191E
Complementary color
Monochromatic Colors of #DE191E
Black with #DE191E
Text Example
Text Example
White with #DE191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE191E; }
p { color: rgb(222,25,30); }
H1.HeaderClassName
{
color: #DE191E;
}
.AnyTagClassName
{
color: #DE191E;
}
</style>
background-color css
<style>
a { background-color: #DE191E; }
a { background-color: rgb(222,25,30); }
div.DivClassName
{
background-color: #DE191E;
}
.BgClassName
{
background-color: #DE191E;
}
</style>
border-color css
<style>
span { border-color: #DE191E; }
span { border-color: rgb(222,25,30); }
td.TdClassName
{
border-color: #DE191E;
}
.TagClassName
{
border-color: #DE191E;
}
</style>