Shades of Fire Engine Red #DE172A
Tints of Fire Engine Red #DE172A
RGB
CMYK
RGB Variations
Color information
#DE172A (or 0xDE172A) is known color: Fire Engine Red. HEX triplet: DE, 17 and 2A. RGB value is (222,23,42). Sum of RGB (Red+Green+Blue) = 222+23+42=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE172A is #21E8D5. Grayscale: #545454. Windows color (decimal): -2222294 or 2758622. OLE color: 2758622.
HSL color Cylindrical-coordinate representation of color #DE172A: hue angle of 354.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE172A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.13 |
| HSL | 354.27º | 0.81% | 0.48% | - |
| HSV(B) | 354.27º | 0.9% | 0.87% | - |
| XYZ | 30.85 | 16.31 | 3.71 | - |
| YUV | 84.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 42 | 0 | 0.90 | 0.81 | 0.13 | 354.27 | 0.81 | 0.48 |
| Hex | DE | 17 | 2A | 0 | 5A | 51 | D | 162 | 51 | 30 |
| Octal | 336 | 27 | 52 | 0 | 132 | 121 | 15 | 542 | 121 | 60 |
| Binary | 11011110 | 10111 | 101010 | 0 | 1011010 | 1010001 | 1101 | 101100010 | 1010001 | 110000 |
Color Harmonies of #DE172A
Complementary color
Monochromatic Colors of #DE172A
Black with #DE172A
Text Example
Text Example
White with #DE172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE172A; }
p { color: rgb(222,23,42); }
H1.HeaderClassName
{
color: #DE172A;
}
.AnyTagClassName
{
color: #DE172A;
}
</style>
background-color css
<style>
a { background-color: #DE172A; }
a { background-color: rgb(222,23,42); }
div.DivClassName
{
background-color: #DE172A;
}
.BgClassName
{
background-color: #DE172A;
}
</style>
border-color css
<style>
span { border-color: #DE172A; }
span { border-color: rgb(222,23,42); }
td.TdClassName
{
border-color: #DE172A;
}
.TagClassName
{
border-color: #DE172A;
}
</style>