Shades of Fire Engine Red #E60822
Tints of Fire Engine Red #E60822
RGB
CMYK
RGB Variations
Color information
#E60822 (or 0xE60822) is known color: Fire Engine Red. HEX triplet: E6, 08 and 22. RGB value is (230,8,34). Sum of RGB (Red+Green+Blue) = 230+8+34=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E60822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60822 is #19F7DD. Grayscale: #4D4D4D. Windows color (decimal): -1701854 or 2230502. OLE color: 2230502.
HSL color Cylindrical-coordinate representation of color #E60822: hue angle of 352.97º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60822 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.10 |
| HSL | 352.97º | 0.93% | 0.47% | - |
| HSV(B) | 352.97º | 0.97% | 0.9% | - |
| XYZ | 33.01 | 17.11 | 3.08 | - |
| YUV | 77.34 | 103.55 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 34 | 0 | 0.97 | 0.85 | 0.10 | 352.97 | 0.93 | 0.47 |
| Hex | E6 | 8 | 22 | 0 | 61 | 55 | A | 161 | 5D | 2F |
| Octal | 346 | 10 | 42 | 0 | 141 | 125 | 12 | 541 | 135 | 57 |
| Binary | 11100110 | 1000 | 100010 | 0 | 1100001 | 1010101 | 1010 | 101100001 | 1011101 | 101111 |
Color Harmonies of #E60822
Complementary color
Monochromatic Colors of #E60822
Black with #E60822
Text Example
Text Example
White with #E60822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60822; }
p { color: rgb(230,8,34); }
H1.HeaderClassName
{
color: #E60822;
}
.AnyTagClassName
{
color: #E60822;
}
</style>
background-color css
<style>
a { background-color: #E60822; }
a { background-color: rgb(230,8,34); }
div.DivClassName
{
background-color: #E60822;
}
.BgClassName
{
background-color: #E60822;
}
</style>
border-color css
<style>
span { border-color: #E60822; }
span { border-color: rgb(230,8,34); }
td.TdClassName
{
border-color: #E60822;
}
.TagClassName
{
border-color: #E60822;
}
</style>