Shades of Fire Engine Red #DE131D
Tints of Fire Engine Red #DE131D
RGB
CMYK
RGB Variations
Color information
#DE131D (or 0xDE131D) is known color: Fire Engine Red. HEX triplet: DE, 13 and 1D. RGB value is (222,19,29). Sum of RGB (Red+Green+Blue) = 222+19+29=270 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.22% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 222 - color contains mainly: red. Hex color #DE131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE131D is #21ECE2. Grayscale: #505050. Windows color (decimal): -2223331 or 1905630. OLE color: 1905630.
HSL color Cylindrical-coordinate representation of color #DE131D: hue angle of 357.04º 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 #DE131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.04º | 0.84% | 0.47% | - |
| HSV(B) | 357.04º | 0.91% | 0.87% | - |
| XYZ | 30.58 | 16.08 | 2.66 | - |
| YUV | 80.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 29 | 0 | 0.91 | 0.87 | 0.13 | 357.04 | 0.84 | 0.47 |
| Hex | DE | 13 | 1D | 0 | 5B | 57 | D | 165 | 54 | 2F |
| Octal | 336 | 23 | 35 | 0 | 133 | 127 | 15 | 545 | 124 | 57 |
| Binary | 11011110 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1101 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DE131D
Complementary color
Monochromatic Colors of #DE131D
Black with #DE131D
Text Example
Text Example
White with #DE131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE131D; }
p { color: rgb(222,19,29); }
H1.HeaderClassName
{
color: #DE131D;
}
.AnyTagClassName
{
color: #DE131D;
}
</style>
background-color css
<style>
a { background-color: #DE131D; }
a { background-color: rgb(222,19,29); }
div.DivClassName
{
background-color: #DE131D;
}
.BgClassName
{
background-color: #DE131D;
}
</style>
border-color css
<style>
span { border-color: #DE131D; }
span { border-color: rgb(222,19,29); }
td.TdClassName
{
border-color: #DE131D;
}
.TagClassName
{
border-color: #DE131D;
}
</style>