Shades of Crimson #E81937
Tints of Crimson #E81937
RGB
CMYK
RGB Variations
Color information
#E81937 (or 0xE81937) is known color: Crimson. HEX triplet: E8, 19 and 37. RGB value is (232,25,55). Sum of RGB (Red+Green+Blue) = 232+25+55=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E81937 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81937 is #17E6C8. Grayscale: #5A5A5A. Windows color (decimal): -1566409 or 3611112. OLE color: 3611112.
HSL color Cylindrical-coordinate representation of color #E81937: hue angle of 351.3º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81937 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 55 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.09 |
| HSL | 351.3º | 0.82% | 0.5% | - |
| HSV(B) | 351.3º | 0.89% | 0.91% | - |
| XYZ | 34.32 | 18.13 | 5.3 | - |
| YUV | 90.31 | 108.08 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 55 | 0 | 0.89 | 0.76 | 0.09 | 351.3 | 0.82 | 0.5 |
| Hex | E8 | 19 | 37 | 0 | 59 | 4C | 9 | 15F | 52 | 32 |
| Octal | 350 | 31 | 67 | 0 | 131 | 114 | 11 | 537 | 122 | 62 |
| Binary | 11101000 | 11001 | 110111 | 0 | 1011001 | 1001100 | 1001 | 101011111 | 1010010 | 110010 |
Color Harmonies of #E81937
Complementary color
Monochromatic Colors of #E81937
Black with #E81937
Text Example
Text Example
White with #E81937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81937; }
p { color: rgb(232,25,55); }
H1.HeaderClassName
{
color: #E81937;
}
.AnyTagClassName
{
color: #E81937;
}
</style>
background-color css
<style>
a { background-color: #E81937; }
a { background-color: rgb(232,25,55); }
div.DivClassName
{
background-color: #E81937;
}
.BgClassName
{
background-color: #E81937;
}
</style>
border-color css
<style>
span { border-color: #E81937; }
span { border-color: rgb(232,25,55); }
td.TdClassName
{
border-color: #E81937;
}
.TagClassName
{
border-color: #E81937;
}
</style>