Shades of Crimson #E40841
Tints of Crimson #E40841
RGB
CMYK
RGB Variations
Color information
#E40841 (or 0xE40841) is known color: Crimson. HEX triplet: E4, 08 and 41. RGB value is (228,8,65). Sum of RGB (Red+Green+Blue) = 228+8+65=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E40841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40841 is #1BF7BE. Grayscale: #505050. Windows color (decimal): -1832895 or 4262116. OLE color: 4262116.
HSL color Cylindrical-coordinate representation of color #E40841: hue angle of 344.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40841 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.11 |
| HSL | 344.45º | 0.93% | 0.46% | - |
| HSV(B) | 344.45º | 0.96% | 0.89% | - |
| XYZ | 33.04 | 17.05 | 6.55 | - |
| YUV | 80.28 | 119.39 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 65 | 0 | 0.96 | 0.71 | 0.11 | 344.45 | 0.93 | 0.46 |
| Hex | E4 | 8 | 41 | 0 | 60 | 47 | B | 158 | 5D | 2E |
| Octal | 344 | 10 | 101 | 0 | 140 | 107 | 13 | 530 | 135 | 56 |
| Binary | 11100100 | 1000 | 1000001 | 0 | 1100000 | 1000111 | 1011 | 101011000 | 1011101 | 101110 |
Color Harmonies of #E40841
Complementary color
Monochromatic Colors of #E40841
Black with #E40841
Text Example
Text Example
White with #E40841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40841; }
p { color: rgb(228,8,65); }
H1.HeaderClassName
{
color: #E40841;
}
.AnyTagClassName
{
color: #E40841;
}
</style>
background-color css
<style>
a { background-color: #E40841; }
a { background-color: rgb(228,8,65); }
div.DivClassName
{
background-color: #E40841;
}
.BgClassName
{
background-color: #E40841;
}
</style>
border-color css
<style>
span { border-color: #E40841; }
span { border-color: rgb(228,8,65); }
td.TdClassName
{
border-color: #E40841;
}
.TagClassName
{
border-color: #E40841;
}
</style>