Shades of Crimson #E31647
Tints of Crimson #E31647
RGB
CMYK
RGB Variations
Color information
#E31647 (or 0xE31647) is known color: Crimson. HEX triplet: E3, 16 and 47. RGB value is (227,22,71). Sum of RGB (Red+Green+Blue) = 227+22+71=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E31647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31647 is #1CE9B8. Grayscale: #585858. Windows color (decimal): -1894841 or 4658915. OLE color: 4658915.
HSL color Cylindrical-coordinate representation of color #E31647: hue angle of 345.66º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31647 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 71 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.11 |
| HSL | 345.66º | 0.82% | 0.49% | - |
| HSV(B) | 345.66º | 0.9% | 0.89% | - |
| XYZ | 33.1 | 17.36 | 7.57 | - |
| YUV | 88.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 71 | 0 | 0.90 | 0.69 | 0.11 | 345.66 | 0.82 | 0.49 |
| Hex | E3 | 16 | 47 | 0 | 5A | 45 | B | 15A | 52 | 31 |
| Octal | 343 | 26 | 107 | 0 | 132 | 105 | 13 | 532 | 122 | 61 |
| Binary | 11100011 | 10110 | 1000111 | 0 | 1011010 | 1000101 | 1011 | 101011010 | 1010010 | 110001 |
Color Harmonies of #E31647
Complementary color
Monochromatic Colors of #E31647
Black with #E31647
Text Example
Text Example
White with #E31647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31647; }
p { color: rgb(227,22,71); }
H1.HeaderClassName
{
color: #E31647;
}
.AnyTagClassName
{
color: #E31647;
}
</style>
background-color css
<style>
a { background-color: #E31647; }
a { background-color: rgb(227,22,71); }
div.DivClassName
{
background-color: #E31647;
}
.BgClassName
{
background-color: #E31647;
}
</style>
border-color css
<style>
span { border-color: #E31647; }
span { border-color: rgb(227,22,71); }
td.TdClassName
{
border-color: #E31647;
}
.TagClassName
{
border-color: #E31647;
}
</style>