Shades of Crimson #E81846
Tints of Crimson #E81846
RGB
CMYK
RGB Variations
Color information
#E81846 (or 0xE81846) is known color: Crimson. HEX triplet: E8, 18 and 46. RGB value is (232,24,70). Sum of RGB (Red+Green+Blue) = 232+24+70=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E81846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81846 is #17E7B9. Grayscale: #5B5B5B. Windows color (decimal): -1566650 or 4593896. OLE color: 4593896.
HSL color Cylindrical-coordinate representation of color #E81846: hue angle of 346.73º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81846 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 70 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.09 |
| HSL | 346.73º | 0.82% | 0.5% | - |
| HSV(B) | 346.73º | 0.9% | 0.91% | - |
| XYZ | 34.71 | 18.25 | 7.49 | - |
| YUV | 91.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 70 | 0 | 0.90 | 0.70 | 0.09 | 346.73 | 0.82 | 0.5 |
| Hex | E8 | 18 | 46 | 0 | 5A | 46 | 9 | 15B | 52 | 32 |
| Octal | 350 | 30 | 106 | 0 | 132 | 106 | 11 | 533 | 122 | 62 |
| Binary | 11101000 | 11000 | 1000110 | 0 | 1011010 | 1000110 | 1001 | 101011011 | 1010010 | 110010 |
Color Harmonies of #E81846
Complementary color
Monochromatic Colors of #E81846
Black with #E81846
Text Example
Text Example
White with #E81846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81846; }
p { color: rgb(232,24,70); }
H1.HeaderClassName
{
color: #E81846;
}
.AnyTagClassName
{
color: #E81846;
}
</style>
background-color css
<style>
a { background-color: #E81846; }
a { background-color: rgb(232,24,70); }
div.DivClassName
{
background-color: #E81846;
}
.BgClassName
{
background-color: #E81846;
}
</style>
border-color css
<style>
span { border-color: #E81846; }
span { border-color: rgb(232,24,70); }
td.TdClassName
{
border-color: #E81846;
}
.TagClassName
{
border-color: #E81846;
}
</style>