Shades of Crimson #E90241
Tints of Crimson #E90241
RGB
CMYK
RGB Variations
Color information
#E90241 (or 0xE90241) is known color: Crimson. HEX triplet: E9, 02 and 41. RGB value is (233,2,65). Sum of RGB (Red+Green+Blue) = 233+2+65=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E90241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90241 is #16FDBE. Grayscale: #4E4E4E. Windows color (decimal): -1506751 or 4260585. OLE color: 4260585.
HSL color Cylindrical-coordinate representation of color #E90241: hue angle of 343.64º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90241 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.09 |
| HSL | 343.64º | 0.98% | 0.46% | - |
| HSV(B) | 343.64º | 0.99% | 0.91% | - |
| XYZ | 34.58 | 17.75 | 6.6 | - |
| YUV | 78.25 | 120.53 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 65 | 0 | 0.99 | 0.72 | 0.09 | 343.64 | 0.98 | 0.46 |
| Hex | E9 | 2 | 41 | 0 | 63 | 48 | 9 | 158 | 62 | 2E |
| Octal | 351 | 2 | 101 | 0 | 143 | 110 | 11 | 530 | 142 | 56 |
| Binary | 11101001 | 10 | 1000001 | 0 | 1100011 | 1001000 | 1001 | 101011000 | 1100010 | 101110 |
Color Harmonies of #E90241
Complementary color
Monochromatic Colors of #E90241
Black with #E90241
Text Example
Text Example
White with #E90241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90241; }
p { color: rgb(233,2,65); }
H1.HeaderClassName
{
color: #E90241;
}
.AnyTagClassName
{
color: #E90241;
}
</style>
background-color css
<style>
a { background-color: #E90241; }
a { background-color: rgb(233,2,65); }
div.DivClassName
{
background-color: #E90241;
}
.BgClassName
{
background-color: #E90241;
}
</style>
border-color css
<style>
span { border-color: #E90241; }
span { border-color: rgb(233,2,65); }
td.TdClassName
{
border-color: #E90241;
}
.TagClassName
{
border-color: #E90241;
}
</style>