Shades of Crimson #E81331
Tints of Crimson #E81331
RGB
CMYK
RGB Variations
Color information
#E81331 (or 0xE81331) is known color: Crimson. HEX triplet: E8, 13 and 31. RGB value is (232,19,49). Sum of RGB (Red+Green+Blue) = 232+19+49=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E81331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81331 is #17ECCE. Grayscale: #565656. Windows color (decimal): -1567951 or 3216360. OLE color: 3216360.
HSL color Cylindrical-coordinate representation of color #E81331: hue angle of 351.55º degrees, saturation: 0.85, 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 #E81331 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 49 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.09 |
| HSL | 351.55º | 0.85% | 0.49% | - |
| HSV(B) | 351.55º | 0.92% | 0.91% | - |
| XYZ | 34.07 | 17.84 | 4.55 | - |
| YUV | 86.11 | 107.07 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 49 | 0 | 0.92 | 0.79 | 0.09 | 351.55 | 0.85 | 0.49 |
| Hex | E8 | 13 | 31 | 0 | 5C | 4F | 9 | 160 | 55 | 31 |
| Octal | 350 | 23 | 61 | 0 | 134 | 117 | 11 | 540 | 125 | 61 |
| Binary | 11101000 | 10011 | 110001 | 0 | 1011100 | 1001111 | 1001 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E81331
Complementary color
Monochromatic Colors of #E81331
Black with #E81331
Text Example
Text Example
White with #E81331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81331; }
p { color: rgb(232,19,49); }
H1.HeaderClassName
{
color: #E81331;
}
.AnyTagClassName
{
color: #E81331;
}
</style>
background-color css
<style>
a { background-color: #E81331; }
a { background-color: rgb(232,19,49); }
div.DivClassName
{
background-color: #E81331;
}
.BgClassName
{
background-color: #E81331;
}
</style>
border-color css
<style>
span { border-color: #E81331; }
span { border-color: rgb(232,19,49); }
td.TdClassName
{
border-color: #E81331;
}
.TagClassName
{
border-color: #E81331;
}
</style>