Shades of Crimson #E81537
Tints of Crimson #E81537
RGB
CMYK
RGB Variations
Color information
#E81537 (or 0xE81537) is known color: Crimson. HEX triplet: E8, 15 and 37. RGB value is (232,21,55). Sum of RGB (Red+Green+Blue) = 232+21+55=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E81537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81537 is #17EAC8. Grayscale: #585858. Windows color (decimal): -1567433 or 3610088. OLE color: 3610088.
HSL color Cylindrical-coordinate representation of color #E81537: hue angle of 350.33º 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 #E81537 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 55 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.09 |
| HSL | 350.33º | 0.83% | 0.5% | - |
| HSV(B) | 350.33º | 0.91% | 0.91% | - |
| XYZ | 34.24 | 17.97 | 5.28 | - |
| YUV | 87.97 | 109.4 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 55 | 0 | 0.91 | 0.76 | 0.09 | 350.33 | 0.83 | 0.5 |
| Hex | E8 | 15 | 37 | 0 | 5B | 4C | 9 | 15E | 53 | 32 |
| Octal | 350 | 25 | 67 | 0 | 133 | 114 | 11 | 536 | 123 | 62 |
| Binary | 11101000 | 10101 | 110111 | 0 | 1011011 | 1001100 | 1001 | 101011110 | 1010011 | 110010 |
Color Harmonies of #E81537
Complementary color
Monochromatic Colors of #E81537
Black with #E81537
Text Example
Text Example
White with #E81537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81537; }
p { color: rgb(232,21,55); }
H1.HeaderClassName
{
color: #E81537;
}
.AnyTagClassName
{
color: #E81537;
}
</style>
background-color css
<style>
a { background-color: #E81537; }
a { background-color: rgb(232,21,55); }
div.DivClassName
{
background-color: #E81537;
}
.BgClassName
{
background-color: #E81537;
}
</style>
border-color css
<style>
span { border-color: #E81537; }
span { border-color: rgb(232,21,55); }
td.TdClassName
{
border-color: #E81537;
}
.TagClassName
{
border-color: #E81537;
}
</style>