Shades of Crimson #E91141
Tints of Crimson #E91141
RGB
CMYK
RGB Variations
Color information
#E91141 (or 0xE91141) is known color: Crimson. HEX triplet: E9, 11 and 41. RGB value is (233,17,65). Sum of RGB (Red+Green+Blue) = 233+17+65=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E91141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91141 is #16EEBE. Grayscale: #575757. Windows color (decimal): -1502911 or 4264425. OLE color: 4264425.
HSL color Cylindrical-coordinate representation of color #E91141: hue angle of 346.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91141 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 65 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.09 |
| HSL | 346.67º | 0.86% | 0.49% | - |
| HSV(B) | 346.67º | 0.93% | 0.91% | - |
| XYZ | 34.76 | 18.11 | 6.66 | - |
| YUV | 87.06 | 115.56 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 65 | 0 | 0.93 | 0.72 | 0.09 | 346.67 | 0.86 | 0.49 |
| Hex | E9 | 11 | 41 | 0 | 5D | 48 | 9 | 15B | 56 | 31 |
| Octal | 351 | 21 | 101 | 0 | 135 | 110 | 11 | 533 | 126 | 61 |
| Binary | 11101001 | 10001 | 1000001 | 0 | 1011101 | 1001000 | 1001 | 101011011 | 1010110 | 110001 |
Color Harmonies of #E91141
Complementary color
Monochromatic Colors of #E91141
Black with #E91141
Text Example
Text Example
White with #E91141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91141; }
p { color: rgb(233,17,65); }
H1.HeaderClassName
{
color: #E91141;
}
.AnyTagClassName
{
color: #E91141;
}
</style>
background-color css
<style>
a { background-color: #E91141; }
a { background-color: rgb(233,17,65); }
div.DivClassName
{
background-color: #E91141;
}
.BgClassName
{
background-color: #E91141;
}
</style>
border-color css
<style>
span { border-color: #E91141; }
span { border-color: rgb(233,17,65); }
td.TdClassName
{
border-color: #E91141;
}
.TagClassName
{
border-color: #E91141;
}
</style>