Shades of Red #E00503
Tints of Red #E00503
RGB
CMYK
RGB Variations
Color information
#E00503 (or 0xE00503) is known color: Red. HEX triplet: E0, 05 and 03. RGB value is (224,5,3). Sum of RGB (Red+Green+Blue) = 224+5+3=232 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.55% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 224 - color contains mainly: red. Hex color #E00503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00503 is #1FFAFC. Grayscale: #464646. Windows color (decimal): -2095869 or 198112. OLE color: 198112.
HSL color Cylindrical-coordinate representation of color #E00503: hue angle of 0.54º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.12 |
| HSL | 0.54º | 0.97% | 0.45% | - |
| HSV(B) | 0.54º | 0.99% | 0.88% | - |
| XYZ | 30.81 | 15.96 | 1.54 | - |
| YUV | 70.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 3 | 0 | 0.98 | 0.99 | 0.12 | 0.54 | 0.97 | 0.45 |
| Hex | E0 | 5 | 3 | 0 | 62 | 63 | C | 1 | 61 | 2D |
| Octal | 340 | 5 | 3 | 0 | 142 | 143 | 14 | 1 | 141 | 55 |
| Binary | 11100000 | 101 | 11 | 0 | 1100010 | 1100011 | 1100 | 1 | 1100001 | 101101 |
Color Harmonies of #E00503
Complementary color
Monochromatic Colors of #E00503
Black with #E00503
Text Example
Text Example
White with #E00503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00503; }
p { color: rgb(224,5,3); }
H1.HeaderClassName
{
color: #E00503;
}
.AnyTagClassName
{
color: #E00503;
}
</style>
background-color css
<style>
a { background-color: #E00503; }
a { background-color: rgb(224,5,3); }
div.DivClassName
{
background-color: #E00503;
}
.BgClassName
{
background-color: #E00503;
}
</style>
border-color css
<style>
span { border-color: #E00503; }
span { border-color: rgb(224,5,3); }
td.TdClassName
{
border-color: #E00503;
}
.TagClassName
{
border-color: #E00503;
}
</style>