Shades of Red #E50C04
Tints of Red #E50C04
RGB
CMYK
RGB Variations
Color information
#E50C04 (or 0xE50C04) is known color: Red. HEX triplet: E5, 0C and 04. RGB value is (229,12,4). Sum of RGB (Red+Green+Blue) = 229+12+4=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50C04 is #1AF3FB. Grayscale: #4C4C4C. Windows color (decimal): -1766396 or 265445. OLE color: 265445.
HSL color Cylindrical-coordinate representation of color #E50C04: hue angle of 2.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.10 |
| HSL | 2.13º | 0.97% | 0.46% | - |
| HSV(B) | 2.13º | 0.98% | 0.9% | - |
| XYZ | 32.47 | 16.93 | 1.67 | - |
| YUV | 75.97 | 87.39 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 4 | 0 | 0.95 | 0.98 | 0.10 | 2.13 | 0.97 | 0.46 |
| Hex | E5 | C | 4 | 0 | 5F | 62 | A | 2 | 61 | 2E |
| Octal | 345 | 14 | 4 | 0 | 137 | 142 | 12 | 2 | 141 | 56 |
| Binary | 11100101 | 1100 | 100 | 0 | 1011111 | 1100010 | 1010 | 10 | 1100001 | 101110 |
Color Harmonies of #E50C04
Complementary color
Monochromatic Colors of #E50C04
Black with #E50C04
Text Example
Text Example
White with #E50C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C04; }
p { color: rgb(229,12,4); }
H1.HeaderClassName
{
color: #E50C04;
}
.AnyTagClassName
{
color: #E50C04;
}
</style>
background-color css
<style>
a { background-color: #E50C04; }
a { background-color: rgb(229,12,4); }
div.DivClassName
{
background-color: #E50C04;
}
.BgClassName
{
background-color: #E50C04;
}
</style>
border-color css
<style>
span { border-color: #E50C04; }
span { border-color: rgb(229,12,4); }
td.TdClassName
{
border-color: #E50C04;
}
.TagClassName
{
border-color: #E50C04;
}
</style>