Shades of Crimson #E50238
Tints of Crimson #E50238
RGB
CMYK
RGB Variations
Color information
#E50238 (or 0xE50238) is known color: Crimson. HEX triplet: E5, 02 and 38. RGB value is (229,2,56). Sum of RGB (Red+Green+Blue) = 229+2+56=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E50238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50238 is #1AFDC7. Grayscale: #4C4C4C. Windows color (decimal): -1768904 or 3670757. OLE color: 3670757.
HSL color Cylindrical-coordinate representation of color #E50238: hue angle of 345.73º 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 #E50238 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.10 |
| HSL | 345.73º | 0.98% | 0.45% | - |
| HSV(B) | 345.73º | 0.99% | 0.9% | - |
| XYZ | 33.05 | 16.99 | 5.28 | - |
| YUV | 76.03 | 116.71 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 56 | 0 | 0.99 | 0.76 | 0.10 | 345.73 | 0.98 | 0.45 |
| Hex | E5 | 2 | 38 | 0 | 63 | 4C | A | 15A | 62 | 2D |
| Octal | 345 | 2 | 70 | 0 | 143 | 114 | 12 | 532 | 142 | 55 |
| Binary | 11100101 | 10 | 111000 | 0 | 1100011 | 1001100 | 1010 | 101011010 | 1100010 | 101101 |
Color Harmonies of #E50238
Complementary color
Monochromatic Colors of #E50238
Black with #E50238
Text Example
Text Example
White with #E50238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50238; }
p { color: rgb(229,2,56); }
H1.HeaderClassName
{
color: #E50238;
}
.AnyTagClassName
{
color: #E50238;
}
</style>
background-color css
<style>
a { background-color: #E50238; }
a { background-color: rgb(229,2,56); }
div.DivClassName
{
background-color: #E50238;
}
.BgClassName
{
background-color: #E50238;
}
</style>
border-color css
<style>
span { border-color: #E50238; }
span { border-color: rgb(229,2,56); }
td.TdClassName
{
border-color: #E50238;
}
.TagClassName
{
border-color: #E50238;
}
</style>