Shades of Crimson #E91649
Tints of Crimson #E91649
RGB
CMYK
RGB Variations
Color information
#E91649 (or 0xE91649) is known color: Crimson. HEX triplet: E9, 16 and 49. RGB value is (233,22,73). Sum of RGB (Red+Green+Blue) = 233+22+73=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E91649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91649 is #16E9B6. Grayscale: #5A5A5A. Windows color (decimal): -1501623 or 4789993. OLE color: 4789993.
HSL color Cylindrical-coordinate representation of color #E91649: hue angle of 345.5º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91649 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.09 |
| HSL | 345.5º | 0.83% | 0.5% | - |
| HSV(B) | 345.5º | 0.91% | 0.91% | - |
| XYZ | 35.09 | 18.38 | 8 | - |
| YUV | 90.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 73 | 0 | 0.91 | 0.69 | 0.09 | 345.5 | 0.83 | 0.5 |
| Hex | E9 | 16 | 49 | 0 | 5B | 45 | 9 | 159 | 53 | 32 |
| Octal | 351 | 26 | 111 | 0 | 133 | 105 | 11 | 531 | 123 | 62 |
| Binary | 11101001 | 10110 | 1001001 | 0 | 1011011 | 1000101 | 1001 | 101011001 | 1010011 | 110010 |
Color Harmonies of #E91649
Complementary color
Monochromatic Colors of #E91649
Black with #E91649
Text Example
Text Example
White with #E91649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91649; }
p { color: rgb(233,22,73); }
H1.HeaderClassName
{
color: #E91649;
}
.AnyTagClassName
{
color: #E91649;
}
</style>
background-color css
<style>
a { background-color: #E91649; }
a { background-color: rgb(233,22,73); }
div.DivClassName
{
background-color: #E91649;
}
.BgClassName
{
background-color: #E91649;
}
</style>
border-color css
<style>
span { border-color: #E91649; }
span { border-color: rgb(233,22,73); }
td.TdClassName
{
border-color: #E91649;
}
.TagClassName
{
border-color: #E91649;
}
</style>