Shades of Fire Engine Red #DE171D
Tints of Fire Engine Red #DE171D
RGB
CMYK
RGB Variations
Color information
#DE171D (or 0xDE171D) is known color: Fire Engine Red. HEX triplet: DE, 17 and 1D. RGB value is (222,23,29). Sum of RGB (Red+Green+Blue) = 222+23+29=274 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.02% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 222 - color contains mainly: red. Hex color #DE171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE171D is #21E8E2. Grayscale: #535353. Windows color (decimal): -2222307 or 1906654. OLE color: 1906654.
HSL color Cylindrical-coordinate representation of color #DE171D: hue angle of 358.19º 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 #DE171D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 29 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.13 |
| HSL | 358.19º | 0.81% | 0.48% | - |
| HSV(B) | 358.19º | 0.9% | 0.87% | - |
| XYZ | 30.65 | 16.23 | 2.68 | - |
| YUV | 83.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 29 | 0 | 0.90 | 0.87 | 0.13 | 358.19 | 0.81 | 0.48 |
| Hex | DE | 17 | 1D | 0 | 5A | 57 | D | 166 | 51 | 30 |
| Octal | 336 | 27 | 35 | 0 | 132 | 127 | 15 | 546 | 121 | 60 |
| Binary | 11011110 | 10111 | 11101 | 0 | 1011010 | 1010111 | 1101 | 101100110 | 1010001 | 110000 |
Color Harmonies of #DE171D
Complementary color
Monochromatic Colors of #DE171D
Black with #DE171D
Text Example
Text Example
White with #DE171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE171D; }
p { color: rgb(222,23,29); }
H1.HeaderClassName
{
color: #DE171D;
}
.AnyTagClassName
{
color: #DE171D;
}
</style>
background-color css
<style>
a { background-color: #DE171D; }
a { background-color: rgb(222,23,29); }
div.DivClassName
{
background-color: #DE171D;
}
.BgClassName
{
background-color: #DE171D;
}
</style>
border-color css
<style>
span { border-color: #DE171D; }
span { border-color: rgb(222,23,29); }
td.TdClassName
{
border-color: #DE171D;
}
.TagClassName
{
border-color: #DE171D;
}
</style>