Shades of Crimson #E91049
Tints of Crimson #E91049
RGB
CMYK
RGB Variations
Color information
#E91049 (or 0xE91049) is known color: Crimson. HEX triplet: E9, 10 and 49. RGB value is (233,16,73). Sum of RGB (Red+Green+Blue) = 233+16+73=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E91049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91049 is #16EFB6. Grayscale: #575757. Windows color (decimal): -1503159 or 4788457. OLE color: 4788457.
HSL color Cylindrical-coordinate representation of color #E91049: hue angle of 344.24º 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 #E91049 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.09 |
| HSL | 344.24º | 0.87% | 0.49% | - |
| HSV(B) | 344.24º | 0.93% | 0.91% | - |
| XYZ | 34.99 | 18.18 | 7.97 | - |
| YUV | 87.38 | 119.89 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 73 | 0 | 0.93 | 0.69 | 0.09 | 344.24 | 0.87 | 0.49 |
| Hex | E9 | 10 | 49 | 0 | 5D | 45 | 9 | 158 | 57 | 31 |
| Octal | 351 | 20 | 111 | 0 | 135 | 105 | 11 | 530 | 127 | 61 |
| Binary | 11101001 | 10000 | 1001001 | 0 | 1011101 | 1000101 | 1001 | 101011000 | 1010111 | 110001 |
Color Harmonies of #E91049
Complementary color
Monochromatic Colors of #E91049
Black with #E91049
Text Example
Text Example
White with #E91049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91049; }
p { color: rgb(233,16,73); }
H1.HeaderClassName
{
color: #E91049;
}
.AnyTagClassName
{
color: #E91049;
}
</style>
background-color css
<style>
a { background-color: #E91049; }
a { background-color: rgb(233,16,73); }
div.DivClassName
{
background-color: #E91049;
}
.BgClassName
{
background-color: #E91049;
}
</style>
border-color css
<style>
span { border-color: #E91049; }
span { border-color: rgb(233,16,73); }
td.TdClassName
{
border-color: #E91049;
}
.TagClassName
{
border-color: #E91049;
}
</style>