Shades of Fire Engine Red #E60422
Tints of Fire Engine Red #E60422
RGB
CMYK
RGB Variations
Color information
#E60422 (or 0xE60422) is known color: Fire Engine Red. HEX triplet: E6, 04 and 22. RGB value is (230,4,34). Sum of RGB (Red+Green+Blue) = 230+4+34=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E60422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60422 is #19FBDD. Grayscale: #4B4B4B. Windows color (decimal): -1702878 or 2229478. OLE color: 2229478.
HSL color Cylindrical-coordinate representation of color #E60422: hue angle of 352.04º degrees, saturation: 0.97, 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 #E60422 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.10 |
| HSL | 352.04º | 0.97% | 0.46% | - |
| HSV(B) | 352.04º | 0.98% | 0.9% | - |
| XYZ | 32.97 | 17.03 | 3.06 | - |
| YUV | 74.99 | 104.87 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 34 | 0 | 0.98 | 0.85 | 0.10 | 352.04 | 0.97 | 0.46 |
| Hex | E6 | 4 | 22 | 0 | 62 | 55 | A | 160 | 61 | 2E |
| Octal | 346 | 4 | 42 | 0 | 142 | 125 | 12 | 540 | 141 | 56 |
| Binary | 11100110 | 100 | 100010 | 0 | 1100010 | 1010101 | 1010 | 101100000 | 1100001 | 101110 |
Color Harmonies of #E60422
Complementary color
Monochromatic Colors of #E60422
Black with #E60422
Text Example
Text Example
White with #E60422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60422; }
p { color: rgb(230,4,34); }
H1.HeaderClassName
{
color: #E60422;
}
.AnyTagClassName
{
color: #E60422;
}
</style>
background-color css
<style>
a { background-color: #E60422; }
a { background-color: rgb(230,4,34); }
div.DivClassName
{
background-color: #E60422;
}
.BgClassName
{
background-color: #E60422;
}
</style>
border-color css
<style>
span { border-color: #E60422; }
span { border-color: rgb(230,4,34); }
td.TdClassName
{
border-color: #E60422;
}
.TagClassName
{
border-color: #E60422;
}
</style>