Shades of Fire Engine Red #DE1522
Tints of Fire Engine Red #DE1522
RGB
CMYK
RGB Variations
Color information
#DE1522 (or 0xDE1522) is known color: Fire Engine Red. HEX triplet: DE, 15 and 22. RGB value is (222,21,34). Sum of RGB (Red+Green+Blue) = 222+21+34=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1522 is #21EADD. Grayscale: #525252. Windows color (decimal): -2222814 or 2233822. OLE color: 2233822.
HSL color Cylindrical-coordinate representation of color #DE1522: hue angle of 356.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1522 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 34 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.13 |
| HSL | 356.12º | 0.83% | 0.48% | - |
| HSV(B) | 356.12º | 0.91% | 0.87% | - |
| XYZ | 30.68 | 16.18 | 3.02 | - |
| YUV | 82.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 34 | 0 | 0.91 | 0.85 | 0.13 | 356.12 | 0.83 | 0.48 |
| Hex | DE | 15 | 22 | 0 | 5B | 55 | D | 164 | 53 | 30 |
| Octal | 336 | 25 | 42 | 0 | 133 | 125 | 15 | 544 | 123 | 60 |
| Binary | 11011110 | 10101 | 100010 | 0 | 1011011 | 1010101 | 1101 | 101100100 | 1010011 | 110000 |
Color Harmonies of #DE1522
Complementary color
Monochromatic Colors of #DE1522
Black with #DE1522
Text Example
Text Example
White with #DE1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1522; }
p { color: rgb(222,21,34); }
H1.HeaderClassName
{
color: #DE1522;
}
.AnyTagClassName
{
color: #DE1522;
}
</style>
background-color css
<style>
a { background-color: #DE1522; }
a { background-color: rgb(222,21,34); }
div.DivClassName
{
background-color: #DE1522;
}
.BgClassName
{
background-color: #DE1522;
}
</style>
border-color css
<style>
span { border-color: #DE1522; }
span { border-color: rgb(222,21,34); }
td.TdClassName
{
border-color: #DE1522;
}
.TagClassName
{
border-color: #DE1522;
}
</style>