Shades of Red #E50C03
Tints of Red #E50C03
RGB
CMYK
RGB Variations
Color information
#E50C03 (or 0xE50C03) is known color: Red. HEX triplet: E5, 0C and 03. RGB value is (229,12,3). Sum of RGB (Red+Green+Blue) = 229+12+3=244 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.85% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50C03 is #1AF3FC. Grayscale: #4C4C4C. Windows color (decimal): -1766397 or 199909. OLE color: 199909.
HSL color Cylindrical-coordinate representation of color #E50C03: hue angle of 2.39º degrees, saturation: 0.97, 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 #E50C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.10 |
| HSL | 2.39º | 0.97% | 0.45% | - |
| HSV(B) | 2.39º | 0.99% | 0.9% | - |
| XYZ | 32.46 | 16.93 | 1.64 | - |
| YUV | 75.86 | 86.89 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 3 | 0 | 0.95 | 0.99 | 0.10 | 2.39 | 0.97 | 0.45 |
| Hex | E5 | C | 3 | 0 | 5F | 63 | A | 2 | 61 | 2D |
| Octal | 345 | 14 | 3 | 0 | 137 | 143 | 12 | 2 | 141 | 55 |
| Binary | 11100101 | 1100 | 11 | 0 | 1011111 | 1100011 | 1010 | 10 | 1100001 | 101101 |
Color Harmonies of #E50C03
Complementary color
Monochromatic Colors of #E50C03
Black with #E50C03
Text Example
Text Example
White with #E50C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C03; }
p { color: rgb(229,12,3); }
H1.HeaderClassName
{
color: #E50C03;
}
.AnyTagClassName
{
color: #E50C03;
}
</style>
background-color css
<style>
a { background-color: #E50C03; }
a { background-color: rgb(229,12,3); }
div.DivClassName
{
background-color: #E50C03;
}
.BgClassName
{
background-color: #E50C03;
}
</style>
border-color css
<style>
span { border-color: #E50C03; }
span { border-color: rgb(229,12,3); }
td.TdClassName
{
border-color: #E50C03;
}
.TagClassName
{
border-color: #E50C03;
}
</style>