Shades of Red #E60900
Tints of Red #E60900
RGB
CMYK
RGB Variations
Color information
#E60900 (or 0xE60900) is known color: Red. HEX triplet: E6, 09 and 00. RGB value is (230,9,0). Sum of RGB (Red+Green+Blue) = 230+9+0=239 (31% of max value = 765). Red value is 230 (90.23% from 255 or 96.23% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 230 - color contains mainly: red. Hex color #E60900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60900 is #19F6FF. Grayscale: #4A4A4A. Windows color (decimal): -1701632 or 2534. OLE color: 2534.
HSL color Cylindrical-coordinate representation of color #E60900: hue angle of 2.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.10 |
| HSL | 2.35º | 1% | 0.45% | - |
| HSV(B) | 2.35º | 1% | 0.9% | - |
| XYZ | 32.73 | 17.02 | 1.56 | - |
| YUV | 74.05 | 86.22 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 0 | 0 | 0.96 | 1 | 0.10 | 2.35 | 1 | 0.45 |
| Hex | E6 | 9 | 0 | 0 | 60 | 64 | A | 2 | 64 | 2D |
| Octal | 346 | 11 | 0 | 0 | 140 | 144 | 12 | 2 | 144 | 55 |
| Binary | 11100110 | 1001 | 0 | 0 | 1100000 | 1100100 | 1010 | 10 | 1100100 | 101101 |
Color Harmonies of #E60900
Complementary color
Monochromatic Colors of #E60900
Black with #E60900
Text Example
Text Example
White with #E60900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60900; }
p { color: rgb(230,9,0); }
H1.HeaderClassName
{
color: #E60900;
}
.AnyTagClassName
{
color: #E60900;
}
</style>
background-color css
<style>
a { background-color: #E60900; }
a { background-color: rgb(230,9,0); }
div.DivClassName
{
background-color: #E60900;
}
.BgClassName
{
background-color: #E60900;
}
</style>
border-color css
<style>
span { border-color: #E60900; }
span { border-color: rgb(230,9,0); }
td.TdClassName
{
border-color: #E60900;
}
.TagClassName
{
border-color: #E60900;
}
</style>