Shades of Crimson #E8113C
Tints of Crimson #E8113C
RGB
CMYK
RGB Variations
Color information
#E8113C (or 0xE8113C) is known color: Crimson. HEX triplet: E8, 11 and 3C. RGB value is (232,17,60). Sum of RGB (Red+Green+Blue) = 232+17+60=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8113C is #17EEC3. Grayscale: #565656. Windows color (decimal): -1568452 or 3936744. OLE color: 3936744.
HSL color Cylindrical-coordinate representation of color #E8113C: hue angle of 348º 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 #E8113C is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 60 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.09 |
| HSL | 348º | 0.86% | 0.49% | - |
| HSV(B) | 348º | 0.93% | 0.91% | - |
| XYZ | 34.29 | 17.88 | 5.92 | - |
| YUV | 86.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 60 | 0 | 0.93 | 0.74 | 0.09 | 348 | 0.86 | 0.49 |
| Hex | E8 | 11 | 3C | 0 | 5D | 4A | 9 | 15C | 56 | 31 |
| Octal | 350 | 21 | 74 | 0 | 135 | 112 | 11 | 534 | 126 | 61 |
| Binary | 11101000 | 10001 | 111100 | 0 | 1011101 | 1001010 | 1001 | 101011100 | 1010110 | 110001 |
Color Harmonies of #E8113C
Complementary color
Monochromatic Colors of #E8113C
Black with #E8113C
Text Example
Text Example
White with #E8113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8113C; }
p { color: rgb(232,17,60); }
H1.HeaderClassName
{
color: #E8113C;
}
.AnyTagClassName
{
color: #E8113C;
}
</style>
background-color css
<style>
a { background-color: #E8113C; }
a { background-color: rgb(232,17,60); }
div.DivClassName
{
background-color: #E8113C;
}
.BgClassName
{
background-color: #E8113C;
}
</style>
border-color css
<style>
span { border-color: #E8113C; }
span { border-color: rgb(232,17,60); }
td.TdClassName
{
border-color: #E8113C;
}
.TagClassName
{
border-color: #E8113C;
}
</style>