Shades of Crimson #E90841
Tints of Crimson #E90841
RGB
CMYK
RGB Variations
Color information
#E90841 (or 0xE90841) is known color: Crimson. HEX triplet: E9, 08 and 41. RGB value is (233,8,65). Sum of RGB (Red+Green+Blue) = 233+8+65=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E90841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90841 is #16F7BE. Grayscale: #515151. Windows color (decimal): -1505215 or 4262121. OLE color: 4262121.
HSL color Cylindrical-coordinate representation of color #E90841: hue angle of 344.8º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90841 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 65 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.09 |
| HSL | 344.8º | 0.93% | 0.47% | - |
| HSV(B) | 344.8º | 0.97% | 0.91% | - |
| XYZ | 34.65 | 17.88 | 6.63 | - |
| YUV | 81.77 | 118.54 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 65 | 0 | 0.97 | 0.72 | 0.09 | 344.8 | 0.93 | 0.47 |
| Hex | E9 | 8 | 41 | 0 | 61 | 48 | 9 | 159 | 5D | 2F |
| Octal | 351 | 10 | 101 | 0 | 141 | 110 | 11 | 531 | 135 | 57 |
| Binary | 11101001 | 1000 | 1000001 | 0 | 1100001 | 1001000 | 1001 | 101011001 | 1011101 | 101111 |
Color Harmonies of #E90841
Complementary color
Monochromatic Colors of #E90841
Black with #E90841
Text Example
Text Example
White with #E90841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90841; }
p { color: rgb(233,8,65); }
H1.HeaderClassName
{
color: #E90841;
}
.AnyTagClassName
{
color: #E90841;
}
</style>
background-color css
<style>
a { background-color: #E90841; }
a { background-color: rgb(233,8,65); }
div.DivClassName
{
background-color: #E90841;
}
.BgClassName
{
background-color: #E90841;
}
</style>
border-color css
<style>
span { border-color: #E90841; }
span { border-color: rgb(233,8,65); }
td.TdClassName
{
border-color: #E90841;
}
.TagClassName
{
border-color: #E90841;
}
</style>