Shades of Red #E60C03
Tints of Red #E60C03
RGB
CMYK
RGB Variations
Color information
#E60C03 (or 0xE60C03) is known color: Red. HEX triplet: E6, 0C and 03. RGB value is (230,12,3). Sum of RGB (Red+Green+Blue) = 230+12+3=245 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.88% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C03 is #19F3FC. Grayscale: #4C4C4C. Windows color (decimal): -1700861 or 199910. OLE color: 199910.
HSL color Cylindrical-coordinate representation of color #E60C03: hue angle of 2.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.10 |
| HSL | 2.38º | 0.97% | 0.46% | - |
| HSV(B) | 2.38º | 0.99% | 0.9% | - |
| XYZ | 32.78 | 17.09 | 1.66 | - |
| YUV | 76.16 | 86.72 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 3 | 0 | 0.95 | 0.99 | 0.10 | 2.38 | 0.97 | 0.46 |
| Hex | E6 | C | 3 | 0 | 5F | 63 | A | 2 | 61 | 2E |
| Octal | 346 | 14 | 3 | 0 | 137 | 143 | 12 | 2 | 141 | 56 |
| Binary | 11100110 | 1100 | 11 | 0 | 1011111 | 1100011 | 1010 | 10 | 1100001 | 101110 |
Color Harmonies of #E60C03
Complementary color
Monochromatic Colors of #E60C03
Black with #E60C03
Text Example
Text Example
White with #E60C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C03; }
p { color: rgb(230,12,3); }
H1.HeaderClassName
{
color: #E60C03;
}
.AnyTagClassName
{
color: #E60C03;
}
</style>
background-color css
<style>
a { background-color: #E60C03; }
a { background-color: rgb(230,12,3); }
div.DivClassName
{
background-color: #E60C03;
}
.BgClassName
{
background-color: #E60C03;
}
</style>
border-color css
<style>
span { border-color: #E60C03; }
span { border-color: rgb(230,12,3); }
td.TdClassName
{
border-color: #E60C03;
}
.TagClassName
{
border-color: #E60C03;
}
</style>