Shades of Crimson #E40440
Tints of Crimson #E40440
RGB
CMYK
RGB Variations
Color information
#E40440 (or 0xE40440) is known color: Crimson. HEX triplet: E4, 04 and 40. RGB value is (228,4,64). Sum of RGB (Red+Green+Blue) = 228+4+64=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E40440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40440 is #1BFBBF. Grayscale: #4D4D4D. Windows color (decimal): -1833920 or 4195556. OLE color: 4195556.
HSL color Cylindrical-coordinate representation of color #E40440: hue angle of 343.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40440 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.11 |
| HSL | 343.93º | 0.97% | 0.45% | - |
| HSV(B) | 343.93º | 0.98% | 0.89% | - |
| XYZ | 32.96 | 16.95 | 6.38 | - |
| YUV | 77.82 | 120.21 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 64 | 0 | 0.98 | 0.72 | 0.11 | 343.93 | 0.97 | 0.45 |
| Hex | E4 | 4 | 40 | 0 | 62 | 48 | B | 158 | 61 | 2D |
| Octal | 344 | 4 | 100 | 0 | 142 | 110 | 13 | 530 | 141 | 55 |
| Binary | 11100100 | 100 | 1000000 | 0 | 1100010 | 1001000 | 1011 | 101011000 | 1100001 | 101101 |
Color Harmonies of #E40440
Complementary color
Monochromatic Colors of #E40440
Black with #E40440
Text Example
Text Example
White with #E40440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40440; }
p { color: rgb(228,4,64); }
H1.HeaderClassName
{
color: #E40440;
}
.AnyTagClassName
{
color: #E40440;
}
</style>
background-color css
<style>
a { background-color: #E40440; }
a { background-color: rgb(228,4,64); }
div.DivClassName
{
background-color: #E40440;
}
.BgClassName
{
background-color: #E40440;
}
</style>
border-color css
<style>
span { border-color: #E40440; }
span { border-color: rgb(228,4,64); }
td.TdClassName
{
border-color: #E40440;
}
.TagClassName
{
border-color: #E40440;
}
</style>