Shades of Crimson #E91939
Tints of Crimson #E91939
RGB
CMYK
RGB Variations
Color information
#E91939 (or 0xE91939) is known color: Crimson. HEX triplet: E9, 19 and 39. RGB value is (233,25,57). Sum of RGB (Red+Green+Blue) = 233+25+57=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E91939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91939 is #16E6C6. Grayscale: #5A5A5A. Windows color (decimal): -1500871 or 3742185. OLE color: 3742185.
HSL color Cylindrical-coordinate representation of color #E91939: hue angle of 350.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91939 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 57 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.09 |
| HSL | 350.77º | 0.83% | 0.51% | - |
| HSV(B) | 350.77º | 0.89% | 0.91% | - |
| XYZ | 34.69 | 18.31 | 5.58 | - |
| YUV | 90.84 | 108.91 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 57 | 0 | 0.89 | 0.76 | 0.09 | 350.77 | 0.83 | 0.51 |
| Hex | E9 | 19 | 39 | 0 | 59 | 4C | 9 | 15F | 53 | 33 |
| Octal | 351 | 31 | 71 | 0 | 131 | 114 | 11 | 537 | 123 | 63 |
| Binary | 11101001 | 11001 | 111001 | 0 | 1011001 | 1001100 | 1001 | 101011111 | 1010011 | 110011 |
Color Harmonies of #E91939
Complementary color
Monochromatic Colors of #E91939
Black with #E91939
Text Example
Text Example
White with #E91939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91939; }
p { color: rgb(233,25,57); }
H1.HeaderClassName
{
color: #E91939;
}
.AnyTagClassName
{
color: #E91939;
}
</style>
background-color css
<style>
a { background-color: #E91939; }
a { background-color: rgb(233,25,57); }
div.DivClassName
{
background-color: #E91939;
}
.BgClassName
{
background-color: #E91939;
}
</style>
border-color css
<style>
span { border-color: #E91939; }
span { border-color: rgb(233,25,57); }
td.TdClassName
{
border-color: #E91939;
}
.TagClassName
{
border-color: #E91939;
}
</style>