Shades of Fire Engine Red #DE151C
Tints of Fire Engine Red #DE151C
RGB
CMYK
RGB Variations
Color information
#DE151C (or 0xDE151C) is known color: Fire Engine Red. HEX triplet: DE, 15 and 1C. RGB value is (222,21,28). Sum of RGB (Red+Green+Blue) = 222+21+28=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE151C is #21EAE3. Grayscale: #525252. Windows color (decimal): -2222820 or 1840606. OLE color: 1840606.
HSL color Cylindrical-coordinate representation of color #DE151C: hue angle of 357.91º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE151C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.91º | 0.83% | 0.48% | - |
| HSV(B) | 357.91º | 0.91% | 0.87% | - |
| XYZ | 30.6 | 16.15 | 2.6 | - |
| YUV | 81.9 | 97.59 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 28 | 0 | 0.91 | 0.87 | 0.13 | 357.91 | 0.83 | 0.48 |
| Hex | DE | 15 | 1C | 0 | 5B | 57 | D | 166 | 53 | 30 |
| Octal | 336 | 25 | 34 | 0 | 133 | 127 | 15 | 546 | 123 | 60 |
| Binary | 11011110 | 10101 | 11100 | 0 | 1011011 | 1010111 | 1101 | 101100110 | 1010011 | 110000 |
Color Harmonies of #DE151C
Complementary color
Monochromatic Colors of #DE151C
Black with #DE151C
Text Example
Text Example
White with #DE151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE151C; }
p { color: rgb(222,21,28); }
H1.HeaderClassName
{
color: #DE151C;
}
.AnyTagClassName
{
color: #DE151C;
}
</style>
background-color css
<style>
a { background-color: #DE151C; }
a { background-color: rgb(222,21,28); }
div.DivClassName
{
background-color: #DE151C;
}
.BgClassName
{
background-color: #DE151C;
}
</style>
border-color css
<style>
span { border-color: #DE151C; }
span { border-color: rgb(222,21,28); }
td.TdClassName
{
border-color: #DE151C;
}
.TagClassName
{
border-color: #DE151C;
}
</style>