Shades of Crimson #E8113A
Tints of Crimson #E8113A
RGB
CMYK
RGB Variations
Color information
#E8113A (or 0xE8113A) is known color: Crimson. HEX triplet: E8, 11 and 3A. RGB value is (232,17,58). Sum of RGB (Red+Green+Blue) = 232+17+58=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E8113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8113A is #17EEC5. Grayscale: #565656. Windows color (decimal): -1568454 or 3805672. OLE color: 3805672.
HSL color Cylindrical-coordinate representation of color #E8113A: hue angle of 348.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8113A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 58 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.09 |
| HSL | 348.56º | 0.86% | 0.49% | - |
| HSV(B) | 348.56º | 0.93% | 0.91% | - |
| XYZ | 34.24 | 17.86 | 5.65 | - |
| YUV | 85.96 | 112.23 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 58 | 0 | 0.93 | 0.75 | 0.09 | 348.56 | 0.86 | 0.49 |
| Hex | E8 | 11 | 3A | 0 | 5D | 4B | 9 | 15D | 56 | 31 |
| Octal | 350 | 21 | 72 | 0 | 135 | 113 | 11 | 535 | 126 | 61 |
| Binary | 11101000 | 10001 | 111010 | 0 | 1011101 | 1001011 | 1001 | 101011101 | 1010110 | 110001 |
Color Harmonies of #E8113A
Complementary color
Monochromatic Colors of #E8113A
Black with #E8113A
Text Example
Text Example
White with #E8113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8113A; }
p { color: rgb(232,17,58); }
H1.HeaderClassName
{
color: #E8113A;
}
.AnyTagClassName
{
color: #E8113A;
}
</style>
background-color css
<style>
a { background-color: #E8113A; }
a { background-color: rgb(232,17,58); }
div.DivClassName
{
background-color: #E8113A;
}
.BgClassName
{
background-color: #E8113A;
}
</style>
border-color css
<style>
span { border-color: #E8113A; }
span { border-color: rgb(232,17,58); }
td.TdClassName
{
border-color: #E8113A;
}
.TagClassName
{
border-color: #E8113A;
}
</style>