Shades of Crimson #E40540
Tints of Crimson #E40540
RGB
CMYK
RGB Variations
Color information
#E40540 (or 0xE40540) is known color: Crimson. HEX triplet: E4, 05 and 40. RGB value is (228,5,64). Sum of RGB (Red+Green+Blue) = 228+5+64=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E40540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40540 is #1BFABF. Grayscale: #4E4E4E. Windows color (decimal): -1833664 or 4195812. OLE color: 4195812.
HSL color Cylindrical-coordinate representation of color #E40540: hue angle of 344.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40540 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.11 |
| HSL | 344.13º | 0.96% | 0.46% | - |
| HSV(B) | 344.13º | 0.98% | 0.89% | - |
| XYZ | 32.97 | 16.97 | 6.39 | - |
| YUV | 78.4 | 119.88 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 64 | 0 | 0.98 | 0.72 | 0.11 | 344.13 | 0.96 | 0.46 |
| Hex | E4 | 5 | 40 | 0 | 62 | 48 | B | 158 | 60 | 2E |
| Octal | 344 | 5 | 100 | 0 | 142 | 110 | 13 | 530 | 140 | 56 |
| Binary | 11100100 | 101 | 1000000 | 0 | 1100010 | 1001000 | 1011 | 101011000 | 1100000 | 101110 |
Color Harmonies of #E40540
Complementary color
Monochromatic Colors of #E40540
Black with #E40540
Text Example
Text Example
White with #E40540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40540; }
p { color: rgb(228,5,64); }
H1.HeaderClassName
{
color: #E40540;
}
.AnyTagClassName
{
color: #E40540;
}
</style>
background-color css
<style>
a { background-color: #E40540; }
a { background-color: rgb(228,5,64); }
div.DivClassName
{
background-color: #E40540;
}
.BgClassName
{
background-color: #E40540;
}
</style>
border-color css
<style>
span { border-color: #E40540; }
span { border-color: rgb(228,5,64); }
td.TdClassName
{
border-color: #E40540;
}
.TagClassName
{
border-color: #E40540;
}
</style>