Shades of Red #E60804
Tints of Red #E60804
RGB
CMYK
RGB Variations
Color information
#E60804 (or 0xE60804) is known color: Red. HEX triplet: E6, 08 and 04. RGB value is (230,8,4). Sum of RGB (Red+Green+Blue) = 230+8+4=242 (32% of max value = 765). Red value is 230 (90.23% from 255 or 95.04% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 230 - color contains mainly: red. Hex color #E60804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60804 is #19F7FB. Grayscale: #4A4A4A. Windows color (decimal): -1701884 or 264422. OLE color: 264422.
HSL color Cylindrical-coordinate representation of color #E60804: hue angle of 1.06º 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 #E60804 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.10 |
| HSL | 1.06º | 0.97% | 0.46% | - |
| HSV(B) | 1.06º | 0.98% | 0.9% | - |
| XYZ | 32.74 | 17.01 | 1.67 | - |
| YUV | 73.92 | 88.55 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 4 | 0 | 0.97 | 0.98 | 0.10 | 1.06 | 0.97 | 0.46 |
| Hex | E6 | 8 | 4 | 0 | 61 | 62 | A | 1 | 61 | 2E |
| Octal | 346 | 10 | 4 | 0 | 141 | 142 | 12 | 1 | 141 | 56 |
| Binary | 11100110 | 1000 | 100 | 0 | 1100001 | 1100010 | 1010 | 1 | 1100001 | 101110 |
Color Harmonies of #E60804
Complementary color
Monochromatic Colors of #E60804
Black with #E60804
Text Example
Text Example
White with #E60804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60804; }
p { color: rgb(230,8,4); }
H1.HeaderClassName
{
color: #E60804;
}
.AnyTagClassName
{
color: #E60804;
}
</style>
background-color css
<style>
a { background-color: #E60804; }
a { background-color: rgb(230,8,4); }
div.DivClassName
{
background-color: #E60804;
}
.BgClassName
{
background-color: #E60804;
}
</style>
border-color css
<style>
span { border-color: #E60804; }
span { border-color: rgb(230,8,4); }
td.TdClassName
{
border-color: #E60804;
}
.TagClassName
{
border-color: #E60804;
}
</style>