Shades of Crimson #E91844
Tints of Crimson #E91844
RGB
CMYK
RGB Variations
Color information
#E91844 (or 0xE91844) is known color: Crimson. HEX triplet: E9, 18 and 44. RGB value is (233,24,68). Sum of RGB (Red+Green+Blue) = 233+24+68=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E91844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91844 is #16E7BB. Grayscale: #5B5B5B. Windows color (decimal): -1501116 or 4462825. OLE color: 4462825.
HSL color Cylindrical-coordinate representation of color #E91844: hue angle of 347.37º 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 #E91844 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.09 |
| HSL | 347.37º | 0.83% | 0.5% | - |
| HSV(B) | 347.37º | 0.9% | 0.91% | - |
| XYZ | 34.97 | 18.39 | 7.18 | - |
| YUV | 91.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 68 | 0 | 0.90 | 0.71 | 0.09 | 347.37 | 0.83 | 0.5 |
| Hex | E9 | 18 | 44 | 0 | 5A | 47 | 9 | 15B | 53 | 32 |
| Octal | 351 | 30 | 104 | 0 | 132 | 107 | 11 | 533 | 123 | 62 |
| Binary | 11101001 | 11000 | 1000100 | 0 | 1011010 | 1000111 | 1001 | 101011011 | 1010011 | 110010 |
Color Harmonies of #E91844
Complementary color
Monochromatic Colors of #E91844
Black with #E91844
Text Example
Text Example
White with #E91844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91844; }
p { color: rgb(233,24,68); }
H1.HeaderClassName
{
color: #E91844;
}
.AnyTagClassName
{
color: #E91844;
}
</style>
background-color css
<style>
a { background-color: #E91844; }
a { background-color: rgb(233,24,68); }
div.DivClassName
{
background-color: #E91844;
}
.BgClassName
{
background-color: #E91844;
}
</style>
border-color css
<style>
span { border-color: #E91844; }
span { border-color: rgb(233,24,68); }
td.TdClassName
{
border-color: #E91844;
}
.TagClassName
{
border-color: #E91844;
}
</style>