Shades of Crimson #E40040
Tints of Crimson #E40040
RGB
CMYK
RGB Variations
Color information
#E40040 (or 0xE40040) is known color: Crimson. HEX triplet: E4, 00 and 40. RGB value is (228,0,64). Sum of RGB (Red+Green+Blue) = 228+0+64=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E40040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40040 is #1BFFBF. Grayscale: #4B4B4B. Windows color (decimal): -1834944 or 4194532. OLE color: 4194532.
HSL color Cylindrical-coordinate representation of color #E40040: hue angle of 343.16º 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 #E40040 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.72 | 0.11 |
| HSL | 343.16º | 1% | 0.45% | - |
| HSV(B) | 343.16º | 1% | 0.89% | - |
| XYZ | 32.92 | 16.86 | 6.37 | - |
| YUV | 75.47 | 121.54 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 64 | 0 | 1 | 0.72 | 0.11 | 343.16 | 1 | 0.45 |
| Hex | E4 | 0 | 40 | 0 | 64 | 48 | B | 157 | 64 | 2D |
| Octal | 344 | 0 | 100 | 0 | 144 | 110 | 13 | 527 | 144 | 55 |
| Binary | 11100100 | 0 | 1000000 | 0 | 1100100 | 1001000 | 1011 | 101010111 | 1100100 | 101101 |
Color Harmonies of #E40040
Complementary color
Monochromatic Colors of #E40040
Black with #E40040
Text Example
Text Example
White with #E40040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40040; }
p { color: rgb(228,0,64); }
H1.HeaderClassName
{
color: #E40040;
}
.AnyTagClassName
{
color: #E40040;
}
</style>
background-color css
<style>
a { background-color: #E40040; }
a { background-color: rgb(228,0,64); }
div.DivClassName
{
background-color: #E40040;
}
.BgClassName
{
background-color: #E40040;
}
</style>
border-color css
<style>
span { border-color: #E40040; }
span { border-color: rgb(228,0,64); }
td.TdClassName
{
border-color: #E40040;
}
.TagClassName
{
border-color: #E40040;
}
</style>