Shades of Fire Engine Red #DE1521
Tints of Fire Engine Red #DE1521
RGB
CMYK
RGB Variations
Color information
#DE1521 (or 0xDE1521) is known color: Fire Engine Red. HEX triplet: DE, 15 and 21. RGB value is (222,21,33). Sum of RGB (Red+Green+Blue) = 222+21+33=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1521 is #21EADE. Grayscale: #525252. Windows color (decimal): -2222815 or 2168286. OLE color: 2168286.
HSL color Cylindrical-coordinate representation of color #DE1521: hue angle of 356.42º 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 #DE1521 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 33 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.13 |
| HSL | 356.42º | 0.83% | 0.48% | - |
| HSV(B) | 356.42º | 0.91% | 0.87% | - |
| XYZ | 30.67 | 16.18 | 2.94 | - |
| YUV | 82.47 | 100.09 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 33 | 0 | 0.91 | 0.85 | 0.13 | 356.42 | 0.83 | 0.48 |
| Hex | DE | 15 | 21 | 0 | 5B | 55 | D | 164 | 53 | 30 |
| Octal | 336 | 25 | 41 | 0 | 133 | 125 | 15 | 544 | 123 | 60 |
| Binary | 11011110 | 10101 | 100001 | 0 | 1011011 | 1010101 | 1101 | 101100100 | 1010011 | 110000 |
Color Harmonies of #DE1521
Complementary color
Monochromatic Colors of #DE1521
Black with #DE1521
Text Example
Text Example
White with #DE1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1521; }
p { color: rgb(222,21,33); }
H1.HeaderClassName
{
color: #DE1521;
}
.AnyTagClassName
{
color: #DE1521;
}
</style>
background-color css
<style>
a { background-color: #DE1521; }
a { background-color: rgb(222,21,33); }
div.DivClassName
{
background-color: #DE1521;
}
.BgClassName
{
background-color: #DE1521;
}
</style>
border-color css
<style>
span { border-color: #DE1521; }
span { border-color: rgb(222,21,33); }
td.TdClassName
{
border-color: #DE1521;
}
.TagClassName
{
border-color: #DE1521;
}
</style>