Shades of Crimson #E40337
Tints of Crimson #E40337
RGB
CMYK
RGB Variations
Color information
#E40337 (or 0xE40337) is known color: Crimson. HEX triplet: E4, 03 and 37. RGB value is (228,3,55). Sum of RGB (Red+Green+Blue) = 228+3+55=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E40337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40337 is #1BFCC8. Grayscale: #4C4C4C. Windows color (decimal): -1834185 or 3605476. OLE color: 3605476.
HSL color Cylindrical-coordinate representation of color #E40337: hue angle of 346.13º degrees, saturation: 0.97, 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 #E40337 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.11 |
| HSL | 346.13º | 0.97% | 0.45% | - |
| HSV(B) | 346.13º | 0.99% | 0.89% | - |
| XYZ | 32.72 | 16.83 | 5.14 | - |
| YUV | 76.2 | 116.04 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 55 | 0 | 0.99 | 0.76 | 0.11 | 346.13 | 0.97 | 0.45 |
| Hex | E4 | 3 | 37 | 0 | 63 | 4C | B | 15A | 61 | 2D |
| Octal | 344 | 3 | 67 | 0 | 143 | 114 | 13 | 532 | 141 | 55 |
| Binary | 11100100 | 11 | 110111 | 0 | 1100011 | 1001100 | 1011 | 101011010 | 1100001 | 101101 |
Color Harmonies of #E40337
Complementary color
Monochromatic Colors of #E40337
Black with #E40337
Text Example
Text Example
White with #E40337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40337; }
p { color: rgb(228,3,55); }
H1.HeaderClassName
{
color: #E40337;
}
.AnyTagClassName
{
color: #E40337;
}
</style>
background-color css
<style>
a { background-color: #E40337; }
a { background-color: rgb(228,3,55); }
div.DivClassName
{
background-color: #E40337;
}
.BgClassName
{
background-color: #E40337;
}
</style>
border-color css
<style>
span { border-color: #E40337; }
span { border-color: rgb(228,3,55); }
td.TdClassName
{
border-color: #E40337;
}
.TagClassName
{
border-color: #E40337;
}
</style>