Shades of Fire Engine Red #DE131E
Tints of Fire Engine Red #DE131E
RGB
CMYK
RGB Variations
Color information
#DE131E (or 0xDE131E) is known color: Fire Engine Red. HEX triplet: DE, 13 and 1E. RGB value is (222,19,30). Sum of RGB (Red+Green+Blue) = 222+19+30=271 (35% of max value = 765). Red value is 222 (87.11% from 255 or 81.92% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 222 - color contains mainly: red. Hex color #DE131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE131E is #21ECE1. Grayscale: #515151. Windows color (decimal): -2223330 or 1971166. OLE color: 1971166.
HSL color Cylindrical-coordinate representation of color #DE131E: hue angle of 356.75º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE131E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 356.75º | 0.84% | 0.47% | - |
| HSV(B) | 356.75º | 0.91% | 0.87% | - |
| XYZ | 30.59 | 16.09 | 2.72 | - |
| YUV | 80.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 30 | 0 | 0.91 | 0.86 | 0.13 | 356.75 | 0.84 | 0.47 |
| Hex | DE | 13 | 1E | 0 | 5B | 56 | D | 165 | 54 | 2F |
| Octal | 336 | 23 | 36 | 0 | 133 | 126 | 15 | 545 | 124 | 57 |
| Binary | 11011110 | 10011 | 11110 | 0 | 1011011 | 1010110 | 1101 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DE131E
Complementary color
Monochromatic Colors of #DE131E
Black with #DE131E
Text Example
Text Example
White with #DE131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE131E; }
p { color: rgb(222,19,30); }
H1.HeaderClassName
{
color: #DE131E;
}
.AnyTagClassName
{
color: #DE131E;
}
</style>
background-color css
<style>
a { background-color: #DE131E; }
a { background-color: rgb(222,19,30); }
div.DivClassName
{
background-color: #DE131E;
}
.BgClassName
{
background-color: #DE131E;
}
</style>
border-color css
<style>
span { border-color: #DE131E; }
span { border-color: rgb(222,19,30); }
td.TdClassName
{
border-color: #DE131E;
}
.TagClassName
{
border-color: #DE131E;
}
</style>