Shades of Crimson #E40947
Tints of Crimson #E40947
RGB
CMYK
RGB Variations
Color information
#E40947 (or 0xE40947) is known color: Crimson. HEX triplet: E4, 09 and 47. RGB value is (228,9,71). Sum of RGB (Red+Green+Blue) = 228+9+71=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E40947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40947 is #1BF6B8. Grayscale: #515151. Windows color (decimal): -1832633 or 4655588. OLE color: 4655588.
HSL color Cylindrical-coordinate representation of color #E40947: hue angle of 343.01º degrees, saturation: 0.92, 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 #E40947 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.11 |
| HSL | 343.01º | 0.92% | 0.46% | - |
| HSV(B) | 343.01º | 0.96% | 0.89% | - |
| XYZ | 33.23 | 17.14 | 7.52 | - |
| YUV | 81.55 | 122.05 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 71 | 0 | 0.96 | 0.69 | 0.11 | 343.01 | 0.92 | 0.46 |
| Hex | E4 | 9 | 47 | 0 | 60 | 45 | B | 157 | 5C | 2E |
| Octal | 344 | 11 | 107 | 0 | 140 | 105 | 13 | 527 | 134 | 56 |
| Binary | 11100100 | 1001 | 1000111 | 0 | 1100000 | 1000101 | 1011 | 101010111 | 1011100 | 101110 |
Color Harmonies of #E40947
Complementary color
Monochromatic Colors of #E40947
Black with #E40947
Text Example
Text Example
White with #E40947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40947; }
p { color: rgb(228,9,71); }
H1.HeaderClassName
{
color: #E40947;
}
.AnyTagClassName
{
color: #E40947;
}
</style>
background-color css
<style>
a { background-color: #E40947; }
a { background-color: rgb(228,9,71); }
div.DivClassName
{
background-color: #E40947;
}
.BgClassName
{
background-color: #E40947;
}
</style>
border-color css
<style>
span { border-color: #E40947; }
span { border-color: rgb(228,9,71); }
td.TdClassName
{
border-color: #E40947;
}
.TagClassName
{
border-color: #E40947;
}
</style>