Shades of Crimson #E8163A
Tints of Crimson #E8163A
RGB
CMYK
RGB Variations
Color information
#E8163A (or 0xE8163A) is known color: Crimson. HEX triplet: E8, 16 and 3A. RGB value is (232,22,58). Sum of RGB (Red+Green+Blue) = 232+22+58=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8163A is #17E9C5. Grayscale: #585858. Windows color (decimal): -1567174 or 3806952. OLE color: 3806952.
HSL color Cylindrical-coordinate representation of color #E8163A: hue angle of 349.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8163A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.09 |
| HSL | 349.71º | 0.83% | 0.5% | - |
| HSV(B) | 349.71º | 0.91% | 0.91% | - |
| XYZ | 34.33 | 18.04 | 5.67 | - |
| YUV | 88.89 | 110.57 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 58 | 0 | 0.91 | 0.75 | 0.09 | 349.71 | 0.83 | 0.5 |
| Hex | E8 | 16 | 3A | 0 | 5B | 4B | 9 | 15E | 53 | 32 |
| Octal | 350 | 26 | 72 | 0 | 133 | 113 | 11 | 536 | 123 | 62 |
| Binary | 11101000 | 10110 | 111010 | 0 | 1011011 | 1001011 | 1001 | 101011110 | 1010011 | 110010 |
Color Harmonies of #E8163A
Complementary color
Monochromatic Colors of #E8163A
Black with #E8163A
Text Example
Text Example
White with #E8163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8163A; }
p { color: rgb(232,22,58); }
H1.HeaderClassName
{
color: #E8163A;
}
.AnyTagClassName
{
color: #E8163A;
}
</style>
background-color css
<style>
a { background-color: #E8163A; }
a { background-color: rgb(232,22,58); }
div.DivClassName
{
background-color: #E8163A;
}
.BgClassName
{
background-color: #E8163A;
}
</style>
border-color css
<style>
span { border-color: #E8163A; }
span { border-color: rgb(232,22,58); }
td.TdClassName
{
border-color: #E8163A;
}
.TagClassName
{
border-color: #E8163A;
}
</style>