Shades of Crimson #E40747
Tints of Crimson #E40747
RGB
CMYK
RGB Variations
Color information
#E40747 (or 0xE40747) is known color: Crimson. HEX triplet: E4, 07 and 47. RGB value is (228,7,71). Sum of RGB (Red+Green+Blue) = 228+7+71=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E40747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40747 is #1BF8B8. Grayscale: #505050. Windows color (decimal): -1833145 or 4655076. OLE color: 4655076.
HSL color Cylindrical-coordinate representation of color #E40747: hue angle of 342.62º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E40747 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.11 |
| HSL | 342.62º | 0.94% | 0.46% | - |
| HSV(B) | 342.62º | 0.97% | 0.89% | - |
| XYZ | 33.21 | 17.1 | 7.51 | - |
| YUV | 80.38 | 122.72 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 71 | 0 | 0.97 | 0.69 | 0.11 | 342.62 | 0.94 | 0.46 |
| Hex | E4 | 7 | 47 | 0 | 61 | 45 | B | 157 | 5E | 2E |
| Octal | 344 | 7 | 107 | 0 | 141 | 105 | 13 | 527 | 136 | 56 |
| Binary | 11100100 | 111 | 1000111 | 0 | 1100001 | 1000101 | 1011 | 101010111 | 1011110 | 101110 |
Color Harmonies of #E40747
Complementary color
Monochromatic Colors of #E40747
Black with #E40747
Text Example
Text Example
White with #E40747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40747; }
p { color: rgb(228,7,71); }
H1.HeaderClassName
{
color: #E40747;
}
.AnyTagClassName
{
color: #E40747;
}
</style>
background-color css
<style>
a { background-color: #E40747; }
a { background-color: rgb(228,7,71); }
div.DivClassName
{
background-color: #E40747;
}
.BgClassName
{
background-color: #E40747;
}
</style>
border-color css
<style>
span { border-color: #E40747; }
span { border-color: rgb(228,7,71); }
td.TdClassName
{
border-color: #E40747;
}
.TagClassName
{
border-color: #E40747;
}
</style>