Shades of Crimson #E81646
Tints of Crimson #E81646
RGB
CMYK
RGB Variations
Color information
#E81646 (or 0xE81646) is known color: Crimson. HEX triplet: E8, 16 and 46. RGB value is (232,22,70). Sum of RGB (Red+Green+Blue) = 232+22+70=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E81646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81646 is #17E9B9. Grayscale: #5A5A5A. Windows color (decimal): -1567162 or 4593384. OLE color: 4593384.
HSL color Cylindrical-coordinate representation of color #E81646: hue angle of 346.29º 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 #E81646 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 70 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.09 |
| HSL | 346.29º | 0.83% | 0.5% | - |
| HSV(B) | 346.29º | 0.91% | 0.91% | - |
| XYZ | 34.67 | 18.17 | 7.47 | - |
| YUV | 90.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 70 | 0 | 0.91 | 0.70 | 0.09 | 346.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | 46 | 0 | 5B | 46 | 9 | 15A | 53 | 32 |
| Octal | 350 | 26 | 106 | 0 | 133 | 106 | 11 | 532 | 123 | 62 |
| Binary | 11101000 | 10110 | 1000110 | 0 | 1011011 | 1000110 | 1001 | 101011010 | 1010011 | 110010 |
Color Harmonies of #E81646
Complementary color
Monochromatic Colors of #E81646
Black with #E81646
Text Example
Text Example
White with #E81646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81646; }
p { color: rgb(232,22,70); }
H1.HeaderClassName
{
color: #E81646;
}
.AnyTagClassName
{
color: #E81646;
}
</style>
background-color css
<style>
a { background-color: #E81646; }
a { background-color: rgb(232,22,70); }
div.DivClassName
{
background-color: #E81646;
}
.BgClassName
{
background-color: #E81646;
}
</style>
border-color css
<style>
span { border-color: #E81646; }
span { border-color: rgb(232,22,70); }
td.TdClassName
{
border-color: #E81646;
}
.TagClassName
{
border-color: #E81646;
}
</style>