Shades of Crimson #E81231
Tints of Crimson #E81231
RGB
CMYK
RGB Variations
Color information
#E81231 (or 0xE81231) is known color: Crimson. HEX triplet: E8, 12 and 31. RGB value is (232,18,49). Sum of RGB (Red+Green+Blue) = 232+18+49=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E81231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81231 is #17EDCE. Grayscale: #555555. Windows color (decimal): -1568207 or 3216104. OLE color: 3216104.
HSL color Cylindrical-coordinate representation of color #E81231: hue angle of 351.31º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81231 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.09 |
| HSL | 351.31º | 0.86% | 0.49% | - |
| HSV(B) | 351.31º | 0.92% | 0.91% | - |
| XYZ | 34.05 | 17.81 | 4.55 | - |
| YUV | 85.52 | 107.4 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 49 | 0 | 0.92 | 0.79 | 0.09 | 351.31 | 0.86 | 0.49 |
| Hex | E8 | 12 | 31 | 0 | 5C | 4F | 9 | 15F | 56 | 31 |
| Octal | 350 | 22 | 61 | 0 | 134 | 117 | 11 | 537 | 126 | 61 |
| Binary | 11101000 | 10010 | 110001 | 0 | 1011100 | 1001111 | 1001 | 101011111 | 1010110 | 110001 |
Color Harmonies of #E81231
Complementary color
Monochromatic Colors of #E81231
Black with #E81231
Text Example
Text Example
White with #E81231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81231; }
p { color: rgb(232,18,49); }
H1.HeaderClassName
{
color: #E81231;
}
.AnyTagClassName
{
color: #E81231;
}
</style>
background-color css
<style>
a { background-color: #E81231; }
a { background-color: rgb(232,18,49); }
div.DivClassName
{
background-color: #E81231;
}
.BgClassName
{
background-color: #E81231;
}
</style>
border-color css
<style>
span { border-color: #E81231; }
span { border-color: rgb(232,18,49); }
td.TdClassName
{
border-color: #E81231;
}
.TagClassName
{
border-color: #E81231;
}
</style>