Shades of Fire Engine Red #DE1328
Tints of Fire Engine Red #DE1328
RGB
CMYK
RGB Variations
Color information
#DE1328 (or 0xDE1328) is known color: Fire Engine Red. HEX triplet: DE, 13 and 28. RGB value is (222,19,40). Sum of RGB (Red+Green+Blue) = 222+19+40=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1328 is #21ECD7. Grayscale: #525252. Windows color (decimal): -2223320 or 2626526. OLE color: 2626526.
HSL color Cylindrical-coordinate representation of color #DE1328: hue angle of 353.79º 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 #DE1328 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 40 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.13 |
| HSL | 353.79º | 0.84% | 0.47% | - |
| HSV(B) | 353.79º | 0.91% | 0.87% | - |
| XYZ | 30.74 | 16.15 | 3.5 | - |
| YUV | 82.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 40 | 0 | 0.91 | 0.82 | 0.13 | 353.79 | 0.84 | 0.47 |
| Hex | DE | 13 | 28 | 0 | 5B | 52 | D | 162 | 54 | 2F |
| Octal | 336 | 23 | 50 | 0 | 133 | 122 | 15 | 542 | 124 | 57 |
| Binary | 11011110 | 10011 | 101000 | 0 | 1011011 | 1010010 | 1101 | 101100010 | 1010100 | 101111 |
Color Harmonies of #DE1328
Complementary color
Monochromatic Colors of #DE1328
Black with #DE1328
Text Example
Text Example
White with #DE1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1328; }
p { color: rgb(222,19,40); }
H1.HeaderClassName
{
color: #DE1328;
}
.AnyTagClassName
{
color: #DE1328;
}
</style>
background-color css
<style>
a { background-color: #DE1328; }
a { background-color: rgb(222,19,40); }
div.DivClassName
{
background-color: #DE1328;
}
.BgClassName
{
background-color: #DE1328;
}
</style>
border-color css
<style>
span { border-color: #DE1328; }
span { border-color: rgb(222,19,40); }
td.TdClassName
{
border-color: #DE1328;
}
.TagClassName
{
border-color: #DE1328;
}
</style>