Shades of Crimson #E40539
Tints of Crimson #E40539
RGB
CMYK
RGB Variations
Color information
#E40539 (or 0xE40539) is known color: Crimson. HEX triplet: E4, 05 and 39. RGB value is (228,5,57). Sum of RGB (Red+Green+Blue) = 228+5+57=290 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.62% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 228 - color contains mainly: red. Hex color #E40539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40539 is #1BFAC6. Grayscale: #4D4D4D. Windows color (decimal): -1833671 or 3737060. OLE color: 3737060.
HSL color Cylindrical-coordinate representation of color #E40539: hue angle of 346.01º 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 #E40539 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.11 |
| HSL | 346.01º | 0.96% | 0.46% | - |
| HSV(B) | 346.01º | 0.98% | 0.89% | - |
| XYZ | 32.79 | 16.9 | 5.4 | - |
| YUV | 77.61 | 116.38 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 57 | 0 | 0.98 | 0.75 | 0.11 | 346.01 | 0.96 | 0.46 |
| Hex | E4 | 5 | 39 | 0 | 62 | 4B | B | 15A | 60 | 2E |
| Octal | 344 | 5 | 71 | 0 | 142 | 113 | 13 | 532 | 140 | 56 |
| Binary | 11100100 | 101 | 111001 | 0 | 1100010 | 1001011 | 1011 | 101011010 | 1100000 | 101110 |
Color Harmonies of #E40539
Complementary color
Monochromatic Colors of #E40539
Black with #E40539
Text Example
Text Example
White with #E40539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40539; }
p { color: rgb(228,5,57); }
H1.HeaderClassName
{
color: #E40539;
}
.AnyTagClassName
{
color: #E40539;
}
</style>
background-color css
<style>
a { background-color: #E40539; }
a { background-color: rgb(228,5,57); }
div.DivClassName
{
background-color: #E40539;
}
.BgClassName
{
background-color: #E40539;
}
</style>
border-color css
<style>
span { border-color: #E40539; }
span { border-color: rgb(228,5,57); }
td.TdClassName
{
border-color: #E40539;
}
.TagClassName
{
border-color: #E40539;
}
</style>