Shades of Crimson #E3163E
Tints of Crimson #E3163E
RGB
CMYK
RGB Variations
Color information
#E3163E (or 0xE3163E) is known color: Crimson. HEX triplet: E3, 16 and 3E. RGB value is (227,22,62). Sum of RGB (Red+Green+Blue) = 227+22+62=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E3163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3163E is #1CE9C1. Grayscale: #575757. Windows color (decimal): -1894850 or 4069091. OLE color: 4069091.
HSL color Cylindrical-coordinate representation of color #E3163E: hue angle of 348.29º 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 #E3163E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.11 |
| HSL | 348.29º | 0.82% | 0.49% | - |
| HSV(B) | 348.29º | 0.9% | 0.89% | - |
| XYZ | 32.83 | 17.25 | 6.16 | - |
| YUV | 87.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 62 | 0 | 0.90 | 0.73 | 0.11 | 348.29 | 0.82 | 0.49 |
| Hex | E3 | 16 | 3E | 0 | 5A | 49 | B | 15C | 52 | 31 |
| Octal | 343 | 26 | 76 | 0 | 132 | 111 | 13 | 534 | 122 | 61 |
| Binary | 11100011 | 10110 | 111110 | 0 | 1011010 | 1001001 | 1011 | 101011100 | 1010010 | 110001 |
Color Harmonies of #E3163E
Complementary color
Monochromatic Colors of #E3163E
Black with #E3163E
Text Example
Text Example
White with #E3163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3163E; }
p { color: rgb(227,22,62); }
H1.HeaderClassName
{
color: #E3163E;
}
.AnyTagClassName
{
color: #E3163E;
}
</style>
background-color css
<style>
a { background-color: #E3163E; }
a { background-color: rgb(227,22,62); }
div.DivClassName
{
background-color: #E3163E;
}
.BgClassName
{
background-color: #E3163E;
}
</style>
border-color css
<style>
span { border-color: #E3163E; }
span { border-color: rgb(227,22,62); }
td.TdClassName
{
border-color: #E3163E;
}
.TagClassName
{
border-color: #E3163E;
}
</style>