Shades of Crimson #E40546
Tints of Crimson #E40546
RGB
CMYK
RGB Variations
Color information
#E40546 (or 0xE40546) is known color: Crimson. HEX triplet: E4, 05 and 46. RGB value is (228,5,70). Sum of RGB (Red+Green+Blue) = 228+5+70=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E40546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40546 is #1BFAB9. Grayscale: #4F4F4F. Windows color (decimal): -1833658 or 4589028. OLE color: 4589028.
HSL color Cylindrical-coordinate representation of color #E40546: hue angle of 342.51º 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 #E40546 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.11 |
| HSL | 342.51º | 0.96% | 0.46% | - |
| HSV(B) | 342.51º | 0.98% | 0.89% | - |
| XYZ | 33.15 | 17.04 | 7.34 | - |
| YUV | 79.09 | 122.88 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 70 | 0 | 0.98 | 0.69 | 0.11 | 342.51 | 0.96 | 0.46 |
| Hex | E4 | 5 | 46 | 0 | 62 | 45 | B | 157 | 60 | 2E |
| Octal | 344 | 5 | 106 | 0 | 142 | 105 | 13 | 527 | 140 | 56 |
| Binary | 11100100 | 101 | 1000110 | 0 | 1100010 | 1000101 | 1011 | 101010111 | 1100000 | 101110 |
Color Harmonies of #E40546
Complementary color
Monochromatic Colors of #E40546
Black with #E40546
Text Example
Text Example
White with #E40546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40546; }
p { color: rgb(228,5,70); }
H1.HeaderClassName
{
color: #E40546;
}
.AnyTagClassName
{
color: #E40546;
}
</style>
background-color css
<style>
a { background-color: #E40546; }
a { background-color: rgb(228,5,70); }
div.DivClassName
{
background-color: #E40546;
}
.BgClassName
{
background-color: #E40546;
}
</style>
border-color css
<style>
span { border-color: #E40546; }
span { border-color: rgb(228,5,70); }
td.TdClassName
{
border-color: #E40546;
}
.TagClassName
{
border-color: #E40546;
}
</style>