Shades of Crimson #E5163E
Tints of Crimson #E5163E
RGB
CMYK
RGB Variations
Color information
#E5163E (or 0xE5163E) is known color: Crimson. HEX triplet: E5, 16 and 3E. RGB value is (229,22,62). Sum of RGB (Red+Green+Blue) = 229+22+62=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E5163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5163E is #1AE9C1. Grayscale: #585858. Windows color (decimal): -1763778 or 4069093. OLE color: 4069093.
HSL color Cylindrical-coordinate representation of color #E5163E: hue angle of 348.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5163E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.10 |
| HSL | 348.41º | 0.82% | 0.49% | - |
| HSV(B) | 348.41º | 0.9% | 0.9% | - |
| XYZ | 33.47 | 17.58 | 6.19 | - |
| YUV | 88.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 62 | 0 | 0.90 | 0.73 | 0.10 | 348.41 | 0.82 | 0.49 |
| Hex | E5 | 16 | 3E | 0 | 5A | 49 | A | 15C | 52 | 31 |
| Octal | 345 | 26 | 76 | 0 | 132 | 111 | 12 | 534 | 122 | 61 |
| Binary | 11100101 | 10110 | 111110 | 0 | 1011010 | 1001001 | 1010 | 101011100 | 1010010 | 110001 |
Color Harmonies of #E5163E
Complementary color
Monochromatic Colors of #E5163E
Black with #E5163E
Text Example
Text Example
White with #E5163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5163E; }
p { color: rgb(229,22,62); }
H1.HeaderClassName
{
color: #E5163E;
}
.AnyTagClassName
{
color: #E5163E;
}
</style>
background-color css
<style>
a { background-color: #E5163E; }
a { background-color: rgb(229,22,62); }
div.DivClassName
{
background-color: #E5163E;
}
.BgClassName
{
background-color: #E5163E;
}
</style>
border-color css
<style>
span { border-color: #E5163E; }
span { border-color: rgb(229,22,62); }
td.TdClassName
{
border-color: #E5163E;
}
.TagClassName
{
border-color: #E5163E;
}
</style>