Shades of Crimson #E40041
Tints of Crimson #E40041
RGB
CMYK
RGB Variations
Color information
#E40041 (or 0xE40041) is known color: Crimson. HEX triplet: E4, 00 and 41. RGB value is (228,0,65). Sum of RGB (Red+Green+Blue) = 228+0+65=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E40041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40041 is #1BFFBE. Grayscale: #4B4B4B. Windows color (decimal): -1834943 or 4260068. OLE color: 4260068.
HSL color Cylindrical-coordinate representation of color #E40041: hue angle of 342.89º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40041 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.71 | 0.11 |
| HSL | 342.89º | 1% | 0.45% | - |
| HSV(B) | 342.89º | 1% | 0.89% | - |
| XYZ | 32.95 | 16.88 | 6.52 | - |
| YUV | 75.58 | 122.04 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 65 | 0 | 1 | 0.71 | 0.11 | 342.89 | 1 | 0.45 |
| Hex | E4 | 0 | 41 | 0 | 64 | 47 | B | 157 | 64 | 2D |
| Octal | 344 | 0 | 101 | 0 | 144 | 107 | 13 | 527 | 144 | 55 |
| Binary | 11100100 | 0 | 1000001 | 0 | 1100100 | 1000111 | 1011 | 101010111 | 1100100 | 101101 |
Color Harmonies of #E40041
Complementary color
Monochromatic Colors of #E40041
Black with #E40041
Text Example
Text Example
White with #E40041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40041; }
p { color: rgb(228,0,65); }
H1.HeaderClassName
{
color: #E40041;
}
.AnyTagClassName
{
color: #E40041;
}
</style>
background-color css
<style>
a { background-color: #E40041; }
a { background-color: rgb(228,0,65); }
div.DivClassName
{
background-color: #E40041;
}
.BgClassName
{
background-color: #E40041;
}
</style>
border-color css
<style>
span { border-color: #E40041; }
span { border-color: rgb(228,0,65); }
td.TdClassName
{
border-color: #E40041;
}
.TagClassName
{
border-color: #E40041;
}
</style>