Shades of Crimson #E91940
Tints of Crimson #E91940
RGB
CMYK
RGB Variations
Color information
#E91940 (or 0xE91940) is known color: Crimson. HEX triplet: E9, 19 and 40. RGB value is (233,25,64). Sum of RGB (Red+Green+Blue) = 233+25+64=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E91940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91940 is #16E6BF. Grayscale: #5B5B5B. Windows color (decimal): -1500864 or 4200937. OLE color: 4200937.
HSL color Cylindrical-coordinate representation of color #E91940: hue angle of 348.75º 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 #E91940 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 64 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.09 |
| HSL | 348.75º | 0.83% | 0.51% | - |
| HSV(B) | 348.75º | 0.89% | 0.91% | - |
| XYZ | 34.88 | 18.39 | 6.56 | - |
| YUV | 91.64 | 112.41 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 64 | 0 | 0.89 | 0.73 | 0.09 | 348.75 | 0.83 | 0.51 |
| Hex | E9 | 19 | 40 | 0 | 59 | 49 | 9 | 15D | 53 | 33 |
| Octal | 351 | 31 | 100 | 0 | 131 | 111 | 11 | 535 | 123 | 63 |
| Binary | 11101001 | 11001 | 1000000 | 0 | 1011001 | 1001001 | 1001 | 101011101 | 1010011 | 110011 |
Color Harmonies of #E91940
Complementary color
Monochromatic Colors of #E91940
Black with #E91940
Text Example
Text Example
White with #E91940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91940; }
p { color: rgb(233,25,64); }
H1.HeaderClassName
{
color: #E91940;
}
.AnyTagClassName
{
color: #E91940;
}
</style>
background-color css
<style>
a { background-color: #E91940; }
a { background-color: rgb(233,25,64); }
div.DivClassName
{
background-color: #E91940;
}
.BgClassName
{
background-color: #E91940;
}
</style>
border-color css
<style>
span { border-color: #E91940; }
span { border-color: rgb(233,25,64); }
td.TdClassName
{
border-color: #E91940;
}
.TagClassName
{
border-color: #E91940;
}
</style>