Shades of Red #E60E09
Tints of Red #E60E09
RGB
CMYK
RGB Variations
Color information
#E60E09 (or 0xE60E09) is known color: Red. HEX triplet: E6, 0E and 09. RGB value is (230,14,9). Sum of RGB (Red+Green+Blue) = 230+14+9=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60E09 is #19F1F6. Grayscale: #4E4E4E. Windows color (decimal): -1700343 or 593638. OLE color: 593638.
HSL color Cylindrical-coordinate representation of color #E60E09: hue angle of 1.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60E09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.10 |
| HSL | 1.36º | 0.92% | 0.47% | - |
| HSV(B) | 1.36º | 0.96% | 0.9% | - |
| XYZ | 32.84 | 17.16 | 1.84 | - |
| YUV | 78.01 | 89.06 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 9 | 0 | 0.94 | 0.96 | 0.10 | 1.36 | 0.92 | 0.47 |
| Hex | E6 | E | 9 | 0 | 5E | 60 | A | 1 | 5C | 2F |
| Octal | 346 | 16 | 11 | 0 | 136 | 140 | 12 | 1 | 134 | 57 |
| Binary | 11100110 | 1110 | 1001 | 0 | 1011110 | 1100000 | 1010 | 1 | 1011100 | 101111 |
Color Harmonies of #E60E09
Complementary color
Monochromatic Colors of #E60E09
Black with #E60E09
Text Example
Text Example
White with #E60E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E09; }
p { color: rgb(230,14,9); }
H1.HeaderClassName
{
color: #E60E09;
}
.AnyTagClassName
{
color: #E60E09;
}
</style>
background-color css
<style>
a { background-color: #E60E09; }
a { background-color: rgb(230,14,9); }
div.DivClassName
{
background-color: #E60E09;
}
.BgClassName
{
background-color: #E60E09;
}
</style>
border-color css
<style>
span { border-color: #E60E09; }
span { border-color: rgb(230,14,9); }
td.TdClassName
{
border-color: #E60E09;
}
.TagClassName
{
border-color: #E60E09;
}
</style>