Shades of Crimson #E40237
Tints of Crimson #E40237
RGB
CMYK
RGB Variations
Color information
#E40237 (or 0xE40237) is known color: Crimson. HEX triplet: E4, 02 and 37. RGB value is (228,2,55). Sum of RGB (Red+Green+Blue) = 228+2+55=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E40237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40237 is #1BFDC8. Grayscale: #4B4B4B. Windows color (decimal): -1834441 or 3605220. OLE color: 3605220.
HSL color Cylindrical-coordinate representation of color #E40237: hue angle of 345.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40237 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.11 |
| HSL | 345.93º | 0.98% | 0.45% | - |
| HSV(B) | 345.93º | 0.99% | 0.89% | - |
| XYZ | 32.71 | 16.81 | 5.14 | - |
| YUV | 75.62 | 116.37 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 55 | 0 | 0.99 | 0.76 | 0.11 | 345.93 | 0.98 | 0.45 |
| Hex | E4 | 2 | 37 | 0 | 63 | 4C | B | 15A | 62 | 2D |
| Octal | 344 | 2 | 67 | 0 | 143 | 114 | 13 | 532 | 142 | 55 |
| Binary | 11100100 | 10 | 110111 | 0 | 1100011 | 1001100 | 1011 | 101011010 | 1100010 | 101101 |
Color Harmonies of #E40237
Complementary color
Monochromatic Colors of #E40237
Black with #E40237
Text Example
Text Example
White with #E40237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40237; }
p { color: rgb(228,2,55); }
H1.HeaderClassName
{
color: #E40237;
}
.AnyTagClassName
{
color: #E40237;
}
</style>
background-color css
<style>
a { background-color: #E40237; }
a { background-color: rgb(228,2,55); }
div.DivClassName
{
background-color: #E40237;
}
.BgClassName
{
background-color: #E40237;
}
</style>
border-color css
<style>
span { border-color: #E40237; }
span { border-color: rgb(228,2,55); }
td.TdClassName
{
border-color: #E40237;
}
.TagClassName
{
border-color: #E40237;
}
</style>