Shades of Crimson #E50128
Tints of Crimson #E50128
RGB
CMYK
RGB Variations
Color information
#E50128 (or 0xE50128) is known color: Crimson. HEX triplet: E5, 01 and 28. RGB value is (229,1,40). Sum of RGB (Red+Green+Blue) = 229+1+40=270 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.81% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 229 - color contains mainly: red. Hex color #E50128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50128 is #1AFED7. Grayscale: #494949. Windows color (decimal): -1769176 or 2621925. OLE color: 2621925.
HSL color Cylindrical-coordinate representation of color #E50128: hue angle of 349.74º 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 #E50128 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.10 |
| HSL | 349.74º | 0.99% | 0.45% | - |
| HSV(B) | 349.74º | 1% | 0.9% | - |
| XYZ | 32.71 | 16.83 | 3.53 | - |
| YUV | 73.62 | 109.04 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 40 | 0 | 1.00 | 0.83 | 0.10 | 349.74 | 0.99 | 0.45 |
| Hex | E5 | 1 | 28 | 0 | 64 | 53 | A | 15E | 63 | 2D |
| Octal | 345 | 1 | 50 | 0 | 144 | 123 | 12 | 536 | 143 | 55 |
| Binary | 11100101 | 1 | 101000 | 0 | 1100100 | 1010011 | 1010 | 101011110 | 1100011 | 101101 |
Color Harmonies of #E50128
Complementary color
Monochromatic Colors of #E50128
Black with #E50128
Text Example
Text Example
White with #E50128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50128; }
p { color: rgb(229,1,40); }
H1.HeaderClassName
{
color: #E50128;
}
.AnyTagClassName
{
color: #E50128;
}
</style>
background-color css
<style>
a { background-color: #E50128; }
a { background-color: rgb(229,1,40); }
div.DivClassName
{
background-color: #E50128;
}
.BgClassName
{
background-color: #E50128;
}
</style>
border-color css
<style>
span { border-color: #E50128; }
span { border-color: rgb(229,1,40); }
td.TdClassName
{
border-color: #E50128;
}
.TagClassName
{
border-color: #E50128;
}
</style>