Shades of Crimson #E81539
Tints of Crimson #E81539
RGB
CMYK
RGB Variations
Color information
#E81539 (or 0xE81539) is known color: Crimson. HEX triplet: E8, 15 and 39. RGB value is (232,21,57). Sum of RGB (Red+Green+Blue) = 232+21+57=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E81539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81539 is #17EAC6. Grayscale: #585858. Windows color (decimal): -1567431 or 3741160. OLE color: 3741160.
HSL color Cylindrical-coordinate representation of color #E81539: hue angle of 349.76º 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 #E81539 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 57 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.09 |
| HSL | 349.76º | 0.83% | 0.5% | - |
| HSV(B) | 349.76º | 0.91% | 0.91% | - |
| XYZ | 34.29 | 17.99 | 5.54 | - |
| YUV | 88.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 57 | 0 | 0.91 | 0.75 | 0.09 | 349.76 | 0.83 | 0.5 |
| Hex | E8 | 15 | 39 | 0 | 5B | 4B | 9 | 15E | 53 | 32 |
| Octal | 350 | 25 | 71 | 0 | 133 | 113 | 11 | 536 | 123 | 62 |
| Binary | 11101000 | 10101 | 111001 | 0 | 1011011 | 1001011 | 1001 | 101011110 | 1010011 | 110010 |
Color Harmonies of #E81539
Complementary color
Monochromatic Colors of #E81539
Black with #E81539
Text Example
Text Example
White with #E81539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81539; }
p { color: rgb(232,21,57); }
H1.HeaderClassName
{
color: #E81539;
}
.AnyTagClassName
{
color: #E81539;
}
</style>
background-color css
<style>
a { background-color: #E81539; }
a { background-color: rgb(232,21,57); }
div.DivClassName
{
background-color: #E81539;
}
.BgClassName
{
background-color: #E81539;
}
</style>
border-color css
<style>
span { border-color: #E81539; }
span { border-color: rgb(232,21,57); }
td.TdClassName
{
border-color: #E81539;
}
.TagClassName
{
border-color: #E81539;
}
</style>