Shades of Red #E50301
Tints of Red #E50301
RGB
CMYK
RGB Variations
Color information
#E50301 (or 0xE50301) is known color: Red. HEX triplet: E5, 03 and 01. RGB value is (229,3,1). Sum of RGB (Red+Green+Blue) = 229+3+1=233 (30% of max value = 765). Red value is 229 (89.84% from 255 or 98.28% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 229 - color contains mainly: red. Hex color #E50301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50301 is #1AFCFE. Grayscale: #464646. Windows color (decimal): -1768703 or 66533. OLE color: 66533.
HSL color Cylindrical-coordinate representation of color #E50301: hue angle of 0.53º 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 #E50301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.10 |
| HSL | 0.53º | 0.99% | 0.45% | - |
| HSV(B) | 0.53º | 1% | 0.9% | - |
| XYZ | 32.35 | 16.73 | 1.55 | - |
| YUV | 70.35 | 88.87 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 1 | 0 | 0.99 | 1.00 | 0.10 | 0.53 | 0.99 | 0.45 |
| Hex | E5 | 3 | 1 | 0 | 63 | 64 | A | 1 | 63 | 2D |
| Octal | 345 | 3 | 1 | 0 | 143 | 144 | 12 | 1 | 143 | 55 |
| Binary | 11100101 | 11 | 1 | 0 | 1100011 | 1100100 | 1010 | 1 | 1100011 | 101101 |
Color Harmonies of #E50301
Complementary color
Monochromatic Colors of #E50301
Black with #E50301
Text Example
Text Example
White with #E50301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50301; }
p { color: rgb(229,3,1); }
H1.HeaderClassName
{
color: #E50301;
}
.AnyTagClassName
{
color: #E50301;
}
</style>
background-color css
<style>
a { background-color: #E50301; }
a { background-color: rgb(229,3,1); }
div.DivClassName
{
background-color: #E50301;
}
.BgClassName
{
background-color: #E50301;
}
</style>
border-color css
<style>
span { border-color: #E50301; }
span { border-color: rgb(229,3,1); }
td.TdClassName
{
border-color: #E50301;
}
.TagClassName
{
border-color: #E50301;
}
</style>