Shades of Crimson #E90D46
Tints of Crimson #E90D46
RGB
CMYK
RGB Variations
Color information
#E90D46 (or 0xE90D46) is known color: Crimson. HEX triplet: E9, 0D and 46. RGB value is (233,13,70). Sum of RGB (Red+Green+Blue) = 233+13+70=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90D46 is #16F2B9. Grayscale: #555555. Windows color (decimal): -1503930 or 4591081. OLE color: 4591081.
HSL color Cylindrical-coordinate representation of color #E90D46: hue angle of 344.45º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D46 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 70 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.09 |
| HSL | 344.45º | 0.89% | 0.48% | - |
| HSV(B) | 344.45º | 0.94% | 0.91% | - |
| XYZ | 34.85 | 18.05 | 7.44 | - |
| YUV | 85.28 | 119.39 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 70 | 0 | 0.94 | 0.70 | 0.09 | 344.45 | 0.89 | 0.48 |
| Hex | E9 | D | 46 | 0 | 5E | 46 | 9 | 158 | 59 | 30 |
| Octal | 351 | 15 | 106 | 0 | 136 | 106 | 11 | 530 | 131 | 60 |
| Binary | 11101001 | 1101 | 1000110 | 0 | 1011110 | 1000110 | 1001 | 101011000 | 1011001 | 110000 |
Color Harmonies of #E90D46
Complementary color
Monochromatic Colors of #E90D46
Black with #E90D46
Text Example
Text Example
White with #E90D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D46; }
p { color: rgb(233,13,70); }
H1.HeaderClassName
{
color: #E90D46;
}
.AnyTagClassName
{
color: #E90D46;
}
</style>
background-color css
<style>
a { background-color: #E90D46; }
a { background-color: rgb(233,13,70); }
div.DivClassName
{
background-color: #E90D46;
}
.BgClassName
{
background-color: #E90D46;
}
</style>
border-color css
<style>
span { border-color: #E90D46; }
span { border-color: rgb(233,13,70); }
td.TdClassName
{
border-color: #E90D46;
}
.TagClassName
{
border-color: #E90D46;
}
</style>