Shades of Red #E60902
Tints of Red #E60902
RGB
CMYK
RGB Variations
Color information
#E60902 (or 0xE60902) is known color: Red. HEX triplet: E6, 09 and 02. RGB value is (230,9,2). Sum of RGB (Red+Green+Blue) = 230+9+2=241 (31% of max value = 765). Red value is 230 (90.23% from 255 or 95.44% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 230 - color contains mainly: red. Hex color #E60902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60902 is #19F6FD. Grayscale: #4A4A4A. Windows color (decimal): -1701630 or 133606. OLE color: 133606.
HSL color Cylindrical-coordinate representation of color #E60902: hue angle of 1.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.10 |
| HSL | 1.84º | 0.98% | 0.45% | - |
| HSV(B) | 1.84º | 0.99% | 0.9% | - |
| XYZ | 32.74 | 17.02 | 1.62 | - |
| YUV | 74.28 | 87.22 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 2 | 0 | 0.96 | 0.99 | 0.10 | 1.84 | 0.98 | 0.45 |
| Hex | E6 | 9 | 2 | 0 | 60 | 63 | A | 2 | 62 | 2D |
| Octal | 346 | 11 | 2 | 0 | 140 | 143 | 12 | 2 | 142 | 55 |
| Binary | 11100110 | 1001 | 10 | 0 | 1100000 | 1100011 | 1010 | 10 | 1100010 | 101101 |
Color Harmonies of #E60902
Complementary color
Monochromatic Colors of #E60902
Black with #E60902
Text Example
Text Example
White with #E60902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60902; }
p { color: rgb(230,9,2); }
H1.HeaderClassName
{
color: #E60902;
}
.AnyTagClassName
{
color: #E60902;
}
</style>
background-color css
<style>
a { background-color: #E60902; }
a { background-color: rgb(230,9,2); }
div.DivClassName
{
background-color: #E60902;
}
.BgClassName
{
background-color: #E60902;
}
</style>
border-color css
<style>
span { border-color: #E60902; }
span { border-color: rgb(230,9,2); }
td.TdClassName
{
border-color: #E60902;
}
.TagClassName
{
border-color: #E60902;
}
</style>