Shades of Crimson #E50228
Tints of Crimson #E50228
RGB
CMYK
RGB Variations
Color information
#E50228 (or 0xE50228) is known color: Crimson. HEX triplet: E5, 02 and 28. RGB value is (229,2,40). Sum of RGB (Red+Green+Blue) = 229+2+40=271 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.50% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 229 - color contains mainly: red. Hex color #E50228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50228 is #1AFDD7. Grayscale: #4A4A4A. Windows color (decimal): -1768920 or 2622181. OLE color: 2622181.
HSL color Cylindrical-coordinate representation of color #E50228: hue angle of 349.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50228 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.10 |
| HSL | 349.96º | 0.98% | 0.45% | - |
| HSV(B) | 349.96º | 0.99% | 0.9% | - |
| XYZ | 32.72 | 16.85 | 3.54 | - |
| YUV | 74.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 40 | 0 | 0.99 | 0.83 | 0.10 | 349.96 | 0.98 | 0.45 |
| Hex | E5 | 2 | 28 | 0 | 63 | 53 | A | 15E | 62 | 2D |
| Octal | 345 | 2 | 50 | 0 | 143 | 123 | 12 | 536 | 142 | 55 |
| Binary | 11100101 | 10 | 101000 | 0 | 1100011 | 1010011 | 1010 | 101011110 | 1100010 | 101101 |
Color Harmonies of #E50228
Complementary color
Monochromatic Colors of #E50228
Black with #E50228
Text Example
Text Example
White with #E50228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50228; }
p { color: rgb(229,2,40); }
H1.HeaderClassName
{
color: #E50228;
}
.AnyTagClassName
{
color: #E50228;
}
</style>
background-color css
<style>
a { background-color: #E50228; }
a { background-color: rgb(229,2,40); }
div.DivClassName
{
background-color: #E50228;
}
.BgClassName
{
background-color: #E50228;
}
</style>
border-color css
<style>
span { border-color: #E50228; }
span { border-color: rgb(229,2,40); }
td.TdClassName
{
border-color: #E50228;
}
.TagClassName
{
border-color: #E50228;
}
</style>