Shades of Fire Engine Red #E60521
Tints of Fire Engine Red #E60521
RGB
CMYK
RGB Variations
Color information
#E60521 (or 0xE60521) is known color: Fire Engine Red. HEX triplet: E6, 05 and 21. RGB value is (230,5,33). Sum of RGB (Red+Green+Blue) = 230+5+33=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E60521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60521 is #19FADE. Grayscale: #4B4B4B. Windows color (decimal): -1702623 or 2164198. OLE color: 2164198.
HSL color Cylindrical-coordinate representation of color #E60521: hue angle of 352.53º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.10 |
| HSL | 352.53º | 0.96% | 0.46% | - |
| HSV(B) | 352.53º | 0.98% | 0.9% | - |
| XYZ | 32.96 | 17.04 | 2.99 | - |
| YUV | 75.47 | 104.04 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 33 | 0 | 0.98 | 0.86 | 0.10 | 352.53 | 0.96 | 0.46 |
| Hex | E6 | 5 | 21 | 0 | 62 | 56 | A | 161 | 60 | 2E |
| Octal | 346 | 5 | 41 | 0 | 142 | 126 | 12 | 541 | 140 | 56 |
| Binary | 11100110 | 101 | 100001 | 0 | 1100010 | 1010110 | 1010 | 101100001 | 1100000 | 101110 |
Color Harmonies of #E60521
Complementary color
Monochromatic Colors of #E60521
Black with #E60521
Text Example
Text Example
White with #E60521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60521; }
p { color: rgb(230,5,33); }
H1.HeaderClassName
{
color: #E60521;
}
.AnyTagClassName
{
color: #E60521;
}
</style>
background-color css
<style>
a { background-color: #E60521; }
a { background-color: rgb(230,5,33); }
div.DivClassName
{
background-color: #E60521;
}
.BgClassName
{
background-color: #E60521;
}
</style>
border-color css
<style>
span { border-color: #E60521; }
span { border-color: rgb(230,5,33); }
td.TdClassName
{
border-color: #E60521;
}
.TagClassName
{
border-color: #E60521;
}
</style>