Shades of Crimson #E91941
Tints of Crimson #E91941
RGB
CMYK
RGB Variations
Color information
#E91941 (or 0xE91941) is known color: Crimson. HEX triplet: E9, 19 and 41. RGB value is (233,25,65). Sum of RGB (Red+Green+Blue) = 233+25+65=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E91941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91941 is #16E6BE. Grayscale: #5B5B5B. Windows color (decimal): -1500863 or 4266473. OLE color: 4266473.
HSL color Cylindrical-coordinate representation of color #E91941: hue angle of 348.46º 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 #E91941 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 65 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.09 |
| HSL | 348.46º | 0.83% | 0.51% | - |
| HSV(B) | 348.46º | 0.89% | 0.91% | - |
| XYZ | 34.91 | 18.4 | 6.71 | - |
| YUV | 91.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 65 | 0 | 0.89 | 0.72 | 0.09 | 348.46 | 0.83 | 0.51 |
| Hex | E9 | 19 | 41 | 0 | 59 | 48 | 9 | 15C | 53 | 33 |
| Octal | 351 | 31 | 101 | 0 | 131 | 110 | 11 | 534 | 123 | 63 |
| Binary | 11101001 | 11001 | 1000001 | 0 | 1011001 | 1001000 | 1001 | 101011100 | 1010011 | 110011 |
Color Harmonies of #E91941
Complementary color
Monochromatic Colors of #E91941
Black with #E91941
Text Example
Text Example
White with #E91941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91941; }
p { color: rgb(233,25,65); }
H1.HeaderClassName
{
color: #E91941;
}
.AnyTagClassName
{
color: #E91941;
}
</style>
background-color css
<style>
a { background-color: #E91941; }
a { background-color: rgb(233,25,65); }
div.DivClassName
{
background-color: #E91941;
}
.BgClassName
{
background-color: #E91941;
}
</style>
border-color css
<style>
span { border-color: #E91941; }
span { border-color: rgb(233,25,65); }
td.TdClassName
{
border-color: #E91941;
}
.TagClassName
{
border-color: #E91941;
}
</style>