Shades of Crimson #E20847
Tints of Crimson #E20847
RGB
CMYK
RGB Variations
Color information
#E20847 (or 0xE20847) is known color: Crimson. HEX triplet: E2, 08 and 47. RGB value is (226,8,71). Sum of RGB (Red+Green+Blue) = 226+8+71=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E20847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20847 is #1DF7B8. Grayscale: #505050. Windows color (decimal): -1963961 or 4655330. OLE color: 4655330.
HSL color Cylindrical-coordinate representation of color #E20847: hue angle of 342.66º 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 #E20847 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.11 |
| HSL | 342.66º | 0.93% | 0.46% | - |
| HSV(B) | 342.66º | 0.96% | 0.89% | - |
| XYZ | 32.59 | 16.8 | 7.49 | - |
| YUV | 80.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 71 | 0 | 0.96 | 0.69 | 0.11 | 342.66 | 0.93 | 0.46 |
| Hex | E2 | 8 | 47 | 0 | 60 | 45 | B | 157 | 5D | 2E |
| Octal | 342 | 10 | 107 | 0 | 140 | 105 | 13 | 527 | 135 | 56 |
| Binary | 11100010 | 1000 | 1000111 | 0 | 1100000 | 1000101 | 1011 | 101010111 | 1011101 | 101110 |
Color Harmonies of #E20847
Complementary color
Monochromatic Colors of #E20847
Black with #E20847
Text Example
Text Example
White with #E20847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20847; }
p { color: rgb(226,8,71); }
H1.HeaderClassName
{
color: #E20847;
}
.AnyTagClassName
{
color: #E20847;
}
</style>
background-color css
<style>
a { background-color: #E20847; }
a { background-color: rgb(226,8,71); }
div.DivClassName
{
background-color: #E20847;
}
.BgClassName
{
background-color: #E20847;
}
</style>
border-color css
<style>
span { border-color: #E20847; }
span { border-color: rgb(226,8,71); }
td.TdClassName
{
border-color: #E20847;
}
.TagClassName
{
border-color: #E20847;
}
</style>