Shades of Red #E80600
Tints of Red #E80600
RGB
CMYK
RGB Variations
Color information
#E80600 (or 0xE80600) is known color: Red. HEX triplet: E8, 06 and 00. RGB value is (232,6,0). Sum of RGB (Red+Green+Blue) = 232+6+0=238 (31% of max value = 765). Red value is 232 (91.02% from 255 or 97.48% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 232 - color contains mainly: red. Hex color #E80600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80600 is #17F9FF. Grayscale: #494949. Windows color (decimal): -1571328 or 1768. OLE color: 1768.
HSL color Cylindrical-coordinate representation of color #E80600: hue angle of 1.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.09 |
| HSL | 1.55º | 1% | 0.45% | - |
| HSV(B) | 1.55º | 1% | 0.91% | - |
| XYZ | 33.34 | 17.29 | 1.58 | - |
| YUV | 72.89 | 86.87 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 0 | 0 | 0.97 | 1 | 0.09 | 1.55 | 1 | 0.45 |
| Hex | E8 | 6 | 0 | 0 | 61 | 64 | 9 | 2 | 64 | 2D |
| Octal | 350 | 6 | 0 | 0 | 141 | 144 | 11 | 2 | 144 | 55 |
| Binary | 11101000 | 110 | 0 | 0 | 1100001 | 1100100 | 1001 | 10 | 1100100 | 101101 |
Color Harmonies of #E80600
Complementary color
Monochromatic Colors of #E80600
Black with #E80600
Text Example
Text Example
White with #E80600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80600; }
p { color: rgb(232,6,0); }
H1.HeaderClassName
{
color: #E80600;
}
.AnyTagClassName
{
color: #E80600;
}
</style>
background-color css
<style>
a { background-color: #E80600; }
a { background-color: rgb(232,6,0); }
div.DivClassName
{
background-color: #E80600;
}
.BgClassName
{
background-color: #E80600;
}
</style>
border-color css
<style>
span { border-color: #E80600; }
span { border-color: rgb(232,6,0); }
td.TdClassName
{
border-color: #E80600;
}
.TagClassName
{
border-color: #E80600;
}
</style>