Shades of Crimson #E81049
Tints of Crimson #E81049
RGB
CMYK
RGB Variations
Color information
#E81049 (or 0xE81049) is known color: Crimson. HEX triplet: E8, 10 and 49. RGB value is (232,16,73). Sum of RGB (Red+Green+Blue) = 232+16+73=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E81049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81049 is #17EFB6. Grayscale: #575757. Windows color (decimal): -1568695 or 4788456. OLE color: 4788456.
HSL color Cylindrical-coordinate representation of color #E81049: hue angle of 344.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81049 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.09 |
| HSL | 344.17º | 0.87% | 0.49% | - |
| HSV(B) | 344.17º | 0.93% | 0.91% | - |
| XYZ | 34.67 | 18.01 | 7.95 | - |
| YUV | 87.08 | 120.06 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 73 | 0 | 0.93 | 0.69 | 0.09 | 344.17 | 0.87 | 0.49 |
| Hex | E8 | 10 | 49 | 0 | 5D | 45 | 9 | 158 | 57 | 31 |
| Octal | 350 | 20 | 111 | 0 | 135 | 105 | 11 | 530 | 127 | 61 |
| Binary | 11101000 | 10000 | 1001001 | 0 | 1011101 | 1000101 | 1001 | 101011000 | 1010111 | 110001 |
Color Harmonies of #E81049
Complementary color
Monochromatic Colors of #E81049
Black with #E81049
Text Example
Text Example
White with #E81049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81049; }
p { color: rgb(232,16,73); }
H1.HeaderClassName
{
color: #E81049;
}
.AnyTagClassName
{
color: #E81049;
}
</style>
background-color css
<style>
a { background-color: #E81049; }
a { background-color: rgb(232,16,73); }
div.DivClassName
{
background-color: #E81049;
}
.BgClassName
{
background-color: #E81049;
}
</style>
border-color css
<style>
span { border-color: #E81049; }
span { border-color: rgb(232,16,73); }
td.TdClassName
{
border-color: #E81049;
}
.TagClassName
{
border-color: #E81049;
}
</style>