Shades of Crimson #E90545
Tints of Crimson #E90545
RGB
CMYK
RGB Variations
Color information
#E90545 (or 0xE90545) is known color: Crimson. HEX triplet: E9, 05 and 45. RGB value is (233,5,69). Sum of RGB (Red+Green+Blue) = 233+5+69=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E90545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90545 is #16FABA. Grayscale: #505050. Windows color (decimal): -1505979 or 4523497. OLE color: 4523497.
HSL color Cylindrical-coordinate representation of color #E90545: hue angle of 343.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90545 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.09 |
| HSL | 343.16º | 0.96% | 0.47% | - |
| HSV(B) | 343.16º | 0.98% | 0.91% | - |
| XYZ | 34.73 | 17.86 | 7.25 | - |
| YUV | 80.47 | 121.54 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 69 | 0 | 0.98 | 0.70 | 0.09 | 343.16 | 0.96 | 0.47 |
| Hex | E9 | 5 | 45 | 0 | 62 | 46 | 9 | 157 | 60 | 2F |
| Octal | 351 | 5 | 105 | 0 | 142 | 106 | 11 | 527 | 140 | 57 |
| Binary | 11101001 | 101 | 1000101 | 0 | 1100010 | 1000110 | 1001 | 101010111 | 1100000 | 101111 |
Color Harmonies of #E90545
Complementary color
Monochromatic Colors of #E90545
Black with #E90545
Text Example
Text Example
White with #E90545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90545; }
p { color: rgb(233,5,69); }
H1.HeaderClassName
{
color: #E90545;
}
.AnyTagClassName
{
color: #E90545;
}
</style>
background-color css
<style>
a { background-color: #E90545; }
a { background-color: rgb(233,5,69); }
div.DivClassName
{
background-color: #E90545;
}
.BgClassName
{
background-color: #E90545;
}
</style>
border-color css
<style>
span { border-color: #E90545; }
span { border-color: rgb(233,5,69); }
td.TdClassName
{
border-color: #E90545;
}
.TagClassName
{
border-color: #E90545;
}
</style>