Shades of Crimson #E91839
Tints of Crimson #E91839
RGB
CMYK
RGB Variations
Color information
#E91839 (or 0xE91839) is known color: Crimson. HEX triplet: E9, 18 and 39. RGB value is (233,24,57). Sum of RGB (Red+Green+Blue) = 233+24+57=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E91839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91839 is #16E7C6. Grayscale: #5A5A5A. Windows color (decimal): -1501127 or 3741929. OLE color: 3741929.
HSL color Cylindrical-coordinate representation of color #E91839: hue angle of 350.53º 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 #E91839 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 57 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.09 |
| HSL | 350.53º | 0.83% | 0.5% | - |
| HSV(B) | 350.53º | 0.9% | 0.91% | - |
| XYZ | 34.67 | 18.27 | 5.57 | - |
| YUV | 90.25 | 109.24 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 57 | 0 | 0.90 | 0.76 | 0.09 | 350.53 | 0.83 | 0.5 |
| Hex | E9 | 18 | 39 | 0 | 5A | 4C | 9 | 15F | 53 | 32 |
| Octal | 351 | 30 | 71 | 0 | 132 | 114 | 11 | 537 | 123 | 62 |
| Binary | 11101001 | 11000 | 111001 | 0 | 1011010 | 1001100 | 1001 | 101011111 | 1010011 | 110010 |
Color Harmonies of #E91839
Complementary color
Monochromatic Colors of #E91839
Black with #E91839
Text Example
Text Example
White with #E91839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91839; }
p { color: rgb(233,24,57); }
H1.HeaderClassName
{
color: #E91839;
}
.AnyTagClassName
{
color: #E91839;
}
</style>
background-color css
<style>
a { background-color: #E91839; }
a { background-color: rgb(233,24,57); }
div.DivClassName
{
background-color: #E91839;
}
.BgClassName
{
background-color: #E91839;
}
</style>
border-color css
<style>
span { border-color: #E91839; }
span { border-color: rgb(233,24,57); }
td.TdClassName
{
border-color: #E91839;
}
.TagClassName
{
border-color: #E91839;
}
</style>