Shades of Fire Engine Red #DE1428
Tints of Fire Engine Red #DE1428
RGB
CMYK
RGB Variations
Color information
#DE1428 (or 0xDE1428) is known color: Fire Engine Red. HEX triplet: DE, 14 and 28. RGB value is (222,20,40). Sum of RGB (Red+Green+Blue) = 222+20+40=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1428 is #21EBD7. Grayscale: #525252. Windows color (decimal): -2223064 or 2626782. OLE color: 2626782.
HSL color Cylindrical-coordinate representation of color #DE1428: hue angle of 354.06º degrees, saturation: 0.83, 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 #DE1428 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 40 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.13 |
| HSL | 354.06º | 0.83% | 0.47% | - |
| HSV(B) | 354.06º | 0.91% | 0.87% | - |
| XYZ | 30.76 | 16.18 | 3.51 | - |
| YUV | 82.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 40 | 0 | 0.91 | 0.82 | 0.13 | 354.06 | 0.83 | 0.47 |
| Hex | DE | 14 | 28 | 0 | 5B | 52 | D | 162 | 53 | 2F |
| Octal | 336 | 24 | 50 | 0 | 133 | 122 | 15 | 542 | 123 | 57 |
| Binary | 11011110 | 10100 | 101000 | 0 | 1011011 | 1010010 | 1101 | 101100010 | 1010011 | 101111 |
Color Harmonies of #DE1428
Complementary color
Monochromatic Colors of #DE1428
Black with #DE1428
Text Example
Text Example
White with #DE1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1428; }
p { color: rgb(222,20,40); }
H1.HeaderClassName
{
color: #DE1428;
}
.AnyTagClassName
{
color: #DE1428;
}
</style>
background-color css
<style>
a { background-color: #DE1428; }
a { background-color: rgb(222,20,40); }
div.DivClassName
{
background-color: #DE1428;
}
.BgClassName
{
background-color: #DE1428;
}
</style>
border-color css
<style>
span { border-color: #DE1428; }
span { border-color: rgb(222,20,40); }
td.TdClassName
{
border-color: #DE1428;
}
.TagClassName
{
border-color: #DE1428;
}
</style>