Shades of Crimson #E91849
Tints of Crimson #E91849
RGB
CMYK
RGB Variations
Color information
#E91849 (or 0xE91849) is known color: Crimson. HEX triplet: E9, 18 and 49. RGB value is (233,24,73). Sum of RGB (Red+Green+Blue) = 233+24+73=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E91849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91849 is #16E7B6. Grayscale: #5C5C5C. Windows color (decimal): -1501111 or 4790505. OLE color: 4790505.
HSL color Cylindrical-coordinate representation of color #E91849: hue angle of 345.93º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91849 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 73 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.09 |
| HSL | 345.93º | 0.83% | 0.5% | - |
| HSV(B) | 345.93º | 0.9% | 0.91% | - |
| XYZ | 35.13 | 18.46 | 8.01 | - |
| YUV | 92.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 73 | 0 | 0.90 | 0.69 | 0.09 | 345.93 | 0.83 | 0.5 |
| Hex | E9 | 18 | 49 | 0 | 5A | 45 | 9 | 15A | 53 | 32 |
| Octal | 351 | 30 | 111 | 0 | 132 | 105 | 11 | 532 | 123 | 62 |
| Binary | 11101001 | 11000 | 1001001 | 0 | 1011010 | 1000101 | 1001 | 101011010 | 1010011 | 110010 |
Color Harmonies of #E91849
Complementary color
Monochromatic Colors of #E91849
Black with #E91849
Text Example
Text Example
White with #E91849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91849; }
p { color: rgb(233,24,73); }
H1.HeaderClassName
{
color: #E91849;
}
.AnyTagClassName
{
color: #E91849;
}
</style>
background-color css
<style>
a { background-color: #E91849; }
a { background-color: rgb(233,24,73); }
div.DivClassName
{
background-color: #E91849;
}
.BgClassName
{
background-color: #E91849;
}
</style>
border-color css
<style>
span { border-color: #E91849; }
span { border-color: rgb(233,24,73); }
td.TdClassName
{
border-color: #E91849;
}
.TagClassName
{
border-color: #E91849;
}
</style>