Shades of Crimson #E91749
Tints of Crimson #E91749
RGB
CMYK
RGB Variations
Color information
#E91749 (or 0xE91749) is known color: Crimson. HEX triplet: E9, 17 and 49. RGB value is (233,23,73). Sum of RGB (Red+Green+Blue) = 233+23+73=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E91749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91749 is #16E8B6. Grayscale: #5B5B5B. Windows color (decimal): -1501367 or 4790249. OLE color: 4790249.
HSL color Cylindrical-coordinate representation of color #E91749: hue angle of 345.71º 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 #E91749 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 73 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.09 |
| HSL | 345.71º | 0.83% | 0.5% | - |
| HSV(B) | 345.71º | 0.9% | 0.91% | - |
| XYZ | 35.11 | 18.42 | 8.01 | - |
| YUV | 91.49 | 117.57 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 73 | 0 | 0.90 | 0.69 | 0.09 | 345.71 | 0.83 | 0.5 |
| Hex | E9 | 17 | 49 | 0 | 5A | 45 | 9 | 15A | 53 | 32 |
| Octal | 351 | 27 | 111 | 0 | 132 | 105 | 11 | 532 | 123 | 62 |
| Binary | 11101001 | 10111 | 1001001 | 0 | 1011010 | 1000101 | 1001 | 101011010 | 1010011 | 110010 |
Color Harmonies of #E91749
Complementary color
Monochromatic Colors of #E91749
Black with #E91749
Text Example
Text Example
White with #E91749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91749; }
p { color: rgb(233,23,73); }
H1.HeaderClassName
{
color: #E91749;
}
.AnyTagClassName
{
color: #E91749;
}
</style>
background-color css
<style>
a { background-color: #E91749; }
a { background-color: rgb(233,23,73); }
div.DivClassName
{
background-color: #E91749;
}
.BgClassName
{
background-color: #E91749;
}
</style>
border-color css
<style>
span { border-color: #E91749; }
span { border-color: rgb(233,23,73); }
td.TdClassName
{
border-color: #E91749;
}
.TagClassName
{
border-color: #E91749;
}
</style>