Shades of Crimson #E3163F
Tints of Crimson #E3163F
RGB
CMYK
RGB Variations
Color information
#E3163F (or 0xE3163F) is known color: Crimson. HEX triplet: E3, 16 and 3F. RGB value is (227,22,63). Sum of RGB (Red+Green+Blue) = 227+22+63=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E3163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3163F is #1CE9C0. Grayscale: #585858. Windows color (decimal): -1894849 or 4134627. OLE color: 4134627.
HSL color Cylindrical-coordinate representation of color #E3163F: hue angle of 348º 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 #E3163F is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 63 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.11 |
| HSL | 348º | 0.82% | 0.49% | - |
| HSV(B) | 348º | 0.9% | 0.89% | - |
| XYZ | 32.86 | 17.26 | 6.3 | - |
| YUV | 87.97 | 113.92 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 63 | 0 | 0.90 | 0.72 | 0.11 | 348 | 0.82 | 0.49 |
| Hex | E3 | 16 | 3F | 0 | 5A | 48 | B | 15C | 52 | 31 |
| Octal | 343 | 26 | 77 | 0 | 132 | 110 | 13 | 534 | 122 | 61 |
| Binary | 11100011 | 10110 | 111111 | 0 | 1011010 | 1001000 | 1011 | 101011100 | 1010010 | 110001 |
Color Harmonies of #E3163F
Complementary color
Monochromatic Colors of #E3163F
Black with #E3163F
Text Example
Text Example
White with #E3163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3163F; }
p { color: rgb(227,22,63); }
H1.HeaderClassName
{
color: #E3163F;
}
.AnyTagClassName
{
color: #E3163F;
}
</style>
background-color css
<style>
a { background-color: #E3163F; }
a { background-color: rgb(227,22,63); }
div.DivClassName
{
background-color: #E3163F;
}
.BgClassName
{
background-color: #E3163F;
}
</style>
border-color css
<style>
span { border-color: #E3163F; }
span { border-color: rgb(227,22,63); }
td.TdClassName
{
border-color: #E3163F;
}
.TagClassName
{
border-color: #E3163F;
}
</style>