Shades of Crimson #E90441
Tints of Crimson #E90441
RGB
CMYK
RGB Variations
Color information
#E90441 (or 0xE90441) is known color: Crimson. HEX triplet: E9, 04 and 41. RGB value is (233,4,65). Sum of RGB (Red+Green+Blue) = 233+4+65=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E90441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90441 is #16FBBE. Grayscale: #4F4F4F. Windows color (decimal): -1506239 or 4261097. OLE color: 4261097.
HSL color Cylindrical-coordinate representation of color #E90441: hue angle of 344.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90441 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.09 |
| HSL | 344.02º | 0.97% | 0.46% | - |
| HSV(B) | 344.02º | 0.98% | 0.91% | - |
| XYZ | 34.6 | 17.79 | 6.61 | - |
| YUV | 79.43 | 119.87 | 237.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 65 | 0 | 0.98 | 0.72 | 0.09 | 344.02 | 0.97 | 0.46 |
| Hex | E9 | 4 | 41 | 0 | 62 | 48 | 9 | 158 | 61 | 2E |
| Octal | 351 | 4 | 101 | 0 | 142 | 110 | 11 | 530 | 141 | 56 |
| Binary | 11101001 | 100 | 1000001 | 0 | 1100010 | 1001000 | 1001 | 101011000 | 1100001 | 101110 |
Color Harmonies of #E90441
Complementary color
Monochromatic Colors of #E90441
Black with #E90441
Text Example
Text Example
White with #E90441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90441; }
p { color: rgb(233,4,65); }
H1.HeaderClassName
{
color: #E90441;
}
.AnyTagClassName
{
color: #E90441;
}
</style>
background-color css
<style>
a { background-color: #E90441; }
a { background-color: rgb(233,4,65); }
div.DivClassName
{
background-color: #E90441;
}
.BgClassName
{
background-color: #E90441;
}
</style>
border-color css
<style>
span { border-color: #E90441; }
span { border-color: rgb(233,4,65); }
td.TdClassName
{
border-color: #E90441;
}
.TagClassName
{
border-color: #E90441;
}
</style>