Shades of Crimson #E91741
Tints of Crimson #E91741
RGB
CMYK
RGB Variations
Color information
#E91741 (or 0xE91741) is known color: Crimson. HEX triplet: E9, 17 and 41. RGB value is (233,23,65). Sum of RGB (Red+Green+Blue) = 233+23+65=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E91741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91741 is #16E8BE. Grayscale: #5A5A5A. Windows color (decimal): -1501375 or 4265961. OLE color: 4265961.
HSL color Cylindrical-coordinate representation of color #E91741: hue angle of 348º 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 #E91741 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.09 |
| HSL | 348º | 0.83% | 0.5% | - |
| HSV(B) | 348º | 0.9% | 0.91% | - |
| XYZ | 34.86 | 18.32 | 6.7 | - |
| YUV | 90.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 65 | 0 | 0.90 | 0.72 | 0.09 | 348 | 0.83 | 0.5 |
| Hex | E9 | 17 | 41 | 0 | 5A | 48 | 9 | 15C | 53 | 32 |
| Octal | 351 | 27 | 101 | 0 | 132 | 110 | 11 | 534 | 123 | 62 |
| Binary | 11101001 | 10111 | 1000001 | 0 | 1011010 | 1001000 | 1001 | 101011100 | 1010011 | 110010 |
Color Harmonies of #E91741
Complementary color
Monochromatic Colors of #E91741
Black with #E91741
Text Example
Text Example
White with #E91741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91741; }
p { color: rgb(233,23,65); }
H1.HeaderClassName
{
color: #E91741;
}
.AnyTagClassName
{
color: #E91741;
}
</style>
background-color css
<style>
a { background-color: #E91741; }
a { background-color: rgb(233,23,65); }
div.DivClassName
{
background-color: #E91741;
}
.BgClassName
{
background-color: #E91741;
}
</style>
border-color css
<style>
span { border-color: #E91741; }
span { border-color: rgb(233,23,65); }
td.TdClassName
{
border-color: #E91741;
}
.TagClassName
{
border-color: #E91741;
}
</style>