Shades of Crimson #E8113F
Tints of Crimson #E8113F
RGB
CMYK
RGB Variations
Color information
#E8113F (or 0xE8113F) is known color: Crimson. HEX triplet: E8, 11 and 3F. RGB value is (232,17,63). Sum of RGB (Red+Green+Blue) = 232+17+63=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8113F is #17EEC0. Grayscale: #565656. Windows color (decimal): -1568449 or 4133352. OLE color: 4133352.
HSL color Cylindrical-coordinate representation of color #E8113F: hue angle of 347.16º 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 #E8113F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.09 |
| HSL | 347.16º | 0.86% | 0.49% | - |
| HSV(B) | 347.16º | 0.93% | 0.91% | - |
| XYZ | 34.38 | 17.92 | 6.35 | - |
| YUV | 86.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 63 | 0 | 0.93 | 0.73 | 0.09 | 347.16 | 0.86 | 0.49 |
| Hex | E8 | 11 | 3F | 0 | 5D | 49 | 9 | 15B | 56 | 31 |
| Octal | 350 | 21 | 77 | 0 | 135 | 111 | 11 | 533 | 126 | 61 |
| Binary | 11101000 | 10001 | 111111 | 0 | 1011101 | 1001001 | 1001 | 101011011 | 1010110 | 110001 |
Color Harmonies of #E8113F
Complementary color
Monochromatic Colors of #E8113F
Black with #E8113F
Text Example
Text Example
White with #E8113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8113F; }
p { color: rgb(232,17,63); }
H1.HeaderClassName
{
color: #E8113F;
}
.AnyTagClassName
{
color: #E8113F;
}
</style>
background-color css
<style>
a { background-color: #E8113F; }
a { background-color: rgb(232,17,63); }
div.DivClassName
{
background-color: #E8113F;
}
.BgClassName
{
background-color: #E8113F;
}
</style>
border-color css
<style>
span { border-color: #E8113F; }
span { border-color: rgb(232,17,63); }
td.TdClassName
{
border-color: #E8113F;
}
.TagClassName
{
border-color: #E8113F;
}
</style>