Shades of Crimson #E81146
Tints of Crimson #E81146
RGB
CMYK
RGB Variations
Color information
#E81146 (or 0xE81146) is known color: Crimson. HEX triplet: E8, 11 and 46. RGB value is (232,17,70). Sum of RGB (Red+Green+Blue) = 232+17+70=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E81146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81146 is #17EEB9. Grayscale: #575757. Windows color (decimal): -1568442 or 4592104. OLE color: 4592104.
HSL color Cylindrical-coordinate representation of color #E81146: hue angle of 345.21º 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 #E81146 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 70 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.09 |
| HSL | 345.21º | 0.86% | 0.49% | - |
| HSV(B) | 345.21º | 0.93% | 0.91% | - |
| XYZ | 34.58 | 18 | 7.45 | - |
| YUV | 87.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 70 | 0 | 0.93 | 0.70 | 0.09 | 345.21 | 0.86 | 0.49 |
| Hex | E8 | 11 | 46 | 0 | 5D | 46 | 9 | 159 | 56 | 31 |
| Octal | 350 | 21 | 106 | 0 | 135 | 106 | 11 | 531 | 126 | 61 |
| Binary | 11101000 | 10001 | 1000110 | 0 | 1011101 | 1000110 | 1001 | 101011001 | 1010110 | 110001 |
Color Harmonies of #E81146
Complementary color
Monochromatic Colors of #E81146
Black with #E81146
Text Example
Text Example
White with #E81146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81146; }
p { color: rgb(232,17,70); }
H1.HeaderClassName
{
color: #E81146;
}
.AnyTagClassName
{
color: #E81146;
}
</style>
background-color css
<style>
a { background-color: #E81146; }
a { background-color: rgb(232,17,70); }
div.DivClassName
{
background-color: #E81146;
}
.BgClassName
{
background-color: #E81146;
}
</style>
border-color css
<style>
span { border-color: #E81146; }
span { border-color: rgb(232,17,70); }
td.TdClassName
{
border-color: #E81146;
}
.TagClassName
{
border-color: #E81146;
}
</style>