Shades of Fire Engine Red #DE1C1E
Tints of Fire Engine Red #DE1C1E
RGB
CMYK
RGB Variations
Color information
#DE1C1E (or 0xDE1C1E) is known color: Fire Engine Red. HEX triplet: DE, 1C and 1E. RGB value is (222,28,30). Sum of RGB (Red+Green+Blue) = 222+28+30=280 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C1E is #21E3E1. Grayscale: #565656. Windows color (decimal): -2221026 or 1973470. OLE color: 1973470.
HSL color Cylindrical-coordinate representation of color #DE1C1E: hue angle of 359.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C1E is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 30 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.13 |
| HSL | 359.38º | 0.78% | 0.49% | - |
| HSV(B) | 359.38º | 0.87% | 0.87% | - |
| XYZ | 30.77 | 16.45 | 2.78 | - |
| YUV | 86.23 | 96.27 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 30 | 0 | 0.87 | 0.86 | 0.13 | 359.38 | 0.78 | 0.49 |
| Hex | DE | 1C | 1E | 0 | 57 | 56 | D | 167 | 4E | 31 |
| Octal | 336 | 34 | 36 | 0 | 127 | 126 | 15 | 547 | 116 | 61 |
| Binary | 11011110 | 11100 | 11110 | 0 | 1010111 | 1010110 | 1101 | 101100111 | 1001110 | 110001 |
Color Harmonies of #DE1C1E
Complementary color
Monochromatic Colors of #DE1C1E
Black with #DE1C1E
Text Example
Text Example
White with #DE1C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1C1E; }
p { color: rgb(222,28,30); }
H1.HeaderClassName
{
color: #DE1C1E;
}
.AnyTagClassName
{
color: #DE1C1E;
}
</style>
background-color css
<style>
a { background-color: #DE1C1E; }
a { background-color: rgb(222,28,30); }
div.DivClassName
{
background-color: #DE1C1E;
}
.BgClassName
{
background-color: #DE1C1E;
}
</style>
border-color css
<style>
span { border-color: #DE1C1E; }
span { border-color: rgb(222,28,30); }
td.TdClassName
{
border-color: #DE1C1E;
}
.TagClassName
{
border-color: #DE1C1E;
}
</style>