Shades of Fire Engine Red #DE181C
Tints of Fire Engine Red #DE181C
RGB
CMYK
RGB Variations
Color information
#DE181C (or 0xDE181C) is known color: Fire Engine Red. HEX triplet: DE, 18 and 1C. RGB value is (222,24,28). Sum of RGB (Red+Green+Blue) = 222+24+28=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE181C is #21E7E3. Grayscale: #535353. Windows color (decimal): -2222052 or 1841374. OLE color: 1841374.
HSL color Cylindrical-coordinate representation of color #DE181C: hue angle of 358.79º 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 #DE181C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.13 |
| HSL | 358.79º | 0.8% | 0.48% | - |
| HSV(B) | 358.79º | 0.89% | 0.87% | - |
| XYZ | 30.66 | 16.27 | 2.62 | - |
| YUV | 83.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 28 | 0 | 0.89 | 0.87 | 0.13 | 358.79 | 0.8 | 0.48 |
| Hex | DE | 18 | 1C | 0 | 59 | 57 | D | 167 | 50 | 30 |
| Octal | 336 | 30 | 34 | 0 | 131 | 127 | 15 | 547 | 120 | 60 |
| Binary | 11011110 | 11000 | 11100 | 0 | 1011001 | 1010111 | 1101 | 101100111 | 1010000 | 110000 |
Color Harmonies of #DE181C
Complementary color
Monochromatic Colors of #DE181C
Black with #DE181C
Text Example
Text Example
White with #DE181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE181C; }
p { color: rgb(222,24,28); }
H1.HeaderClassName
{
color: #DE181C;
}
.AnyTagClassName
{
color: #DE181C;
}
</style>
background-color css
<style>
a { background-color: #DE181C; }
a { background-color: rgb(222,24,28); }
div.DivClassName
{
background-color: #DE181C;
}
.BgClassName
{
background-color: #DE181C;
}
</style>
border-color css
<style>
span { border-color: #DE181C; }
span { border-color: rgb(222,24,28); }
td.TdClassName
{
border-color: #DE181C;
}
.TagClassName
{
border-color: #DE181C;
}
</style>