Shades of Crimson #E7163A
Tints of Crimson #E7163A
RGB
CMYK
RGB Variations
Color information
#E7163A (or 0xE7163A) is known color: Crimson. HEX triplet: E7, 16 and 3A. RGB value is (231,22,58). Sum of RGB (Red+Green+Blue) = 231+22+58=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7163A is #18E9C5. Grayscale: #585858. Windows color (decimal): -1632710 or 3806951. OLE color: 3806951.
HSL color Cylindrical-coordinate representation of color #E7163A: hue angle of 349.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7163A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 58 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.09 |
| HSL | 349.67º | 0.83% | 0.5% | - |
| HSV(B) | 349.67º | 0.9% | 0.91% | - |
| XYZ | 34.01 | 17.87 | 5.66 | - |
| YUV | 88.6 | 110.74 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 58 | 0 | 0.90 | 0.75 | 0.09 | 349.67 | 0.83 | 0.5 |
| Hex | E7 | 16 | 3A | 0 | 5A | 4B | 9 | 15E | 53 | 32 |
| Octal | 347 | 26 | 72 | 0 | 132 | 113 | 11 | 536 | 123 | 62 |
| Binary | 11100111 | 10110 | 111010 | 0 | 1011010 | 1001011 | 1001 | 101011110 | 1010011 | 110010 |
Color Harmonies of #E7163A
Complementary color
Monochromatic Colors of #E7163A
Black with #E7163A
Text Example
Text Example
White with #E7163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7163A; }
p { color: rgb(231,22,58); }
H1.HeaderClassName
{
color: #E7163A;
}
.AnyTagClassName
{
color: #E7163A;
}
</style>
background-color css
<style>
a { background-color: #E7163A; }
a { background-color: rgb(231,22,58); }
div.DivClassName
{
background-color: #E7163A;
}
.BgClassName
{
background-color: #E7163A;
}
</style>
border-color css
<style>
span { border-color: #E7163A; }
span { border-color: rgb(231,22,58); }
td.TdClassName
{
border-color: #E7163A;
}
.TagClassName
{
border-color: #E7163A;
}
</style>