Shades of Red #E50C01
Tints of Red #E50C01
RGB
CMYK
RGB Variations
Color information
#E50C01 (or 0xE50C01) is known color: Red. HEX triplet: E5, 0C and 01. RGB value is (229,12,1). Sum of RGB (Red+Green+Blue) = 229+12+1=242 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.63% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50C01 is #1AF3FE. Grayscale: #4B4B4B. Windows color (decimal): -1766399 or 68837. OLE color: 68837.
HSL color Cylindrical-coordinate representation of color #E50C01: hue angle of 2.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50C01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.10 |
| HSL | 2.89º | 0.99% | 0.45% | - |
| HSV(B) | 2.89º | 1% | 0.9% | - |
| XYZ | 32.45 | 16.92 | 1.58 | - |
| YUV | 75.63 | 85.89 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 1 | 0 | 0.95 | 1.00 | 0.10 | 2.89 | 0.99 | 0.45 |
| Hex | E5 | C | 1 | 0 | 5F | 64 | A | 3 | 63 | 2D |
| Octal | 345 | 14 | 1 | 0 | 137 | 144 | 12 | 3 | 143 | 55 |
| Binary | 11100101 | 1100 | 1 | 0 | 1011111 | 1100100 | 1010 | 11 | 1100011 | 101101 |
Color Harmonies of #E50C01
Complementary color
Monochromatic Colors of #E50C01
Black with #E50C01
Text Example
Text Example
White with #E50C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C01; }
p { color: rgb(229,12,1); }
H1.HeaderClassName
{
color: #E50C01;
}
.AnyTagClassName
{
color: #E50C01;
}
</style>
background-color css
<style>
a { background-color: #E50C01; }
a { background-color: rgb(229,12,1); }
div.DivClassName
{
background-color: #E50C01;
}
.BgClassName
{
background-color: #E50C01;
}
</style>
border-color css
<style>
span { border-color: #E50C01; }
span { border-color: rgb(229,12,1); }
td.TdClassName
{
border-color: #E50C01;
}
.TagClassName
{
border-color: #E50C01;
}
</style>