Shades of Crimson #E90C41
Tints of Crimson #E90C41
RGB
CMYK
RGB Variations
Color information
#E90C41 (or 0xE90C41) is known color: Crimson. HEX triplet: E9, 0C and 41. RGB value is (233,12,65). Sum of RGB (Red+Green+Blue) = 233+12+65=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C41 is #16F3BE. Grayscale: #545454. Windows color (decimal): -1504191 or 4263145. OLE color: 4263145.
HSL color Cylindrical-coordinate representation of color #E90C41: hue angle of 345.61º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C41 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 65 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.09 |
| HSL | 345.61º | 0.9% | 0.48% | - |
| HSV(B) | 345.61º | 0.95% | 0.91% | - |
| XYZ | 34.69 | 17.97 | 6.64 | - |
| YUV | 84.12 | 117.22 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 65 | 0 | 0.95 | 0.72 | 0.09 | 345.61 | 0.9 | 0.48 |
| Hex | E9 | C | 41 | 0 | 5F | 48 | 9 | 15A | 5A | 30 |
| Octal | 351 | 14 | 101 | 0 | 137 | 110 | 11 | 532 | 132 | 60 |
| Binary | 11101001 | 1100 | 1000001 | 0 | 1011111 | 1001000 | 1001 | 101011010 | 1011010 | 110000 |
Color Harmonies of #E90C41
Complementary color
Monochromatic Colors of #E90C41
Black with #E90C41
Text Example
Text Example
White with #E90C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C41; }
p { color: rgb(233,12,65); }
H1.HeaderClassName
{
color: #E90C41;
}
.AnyTagClassName
{
color: #E90C41;
}
</style>
background-color css
<style>
a { background-color: #E90C41; }
a { background-color: rgb(233,12,65); }
div.DivClassName
{
background-color: #E90C41;
}
.BgClassName
{
background-color: #E90C41;
}
</style>
border-color css
<style>
span { border-color: #E90C41; }
span { border-color: rgb(233,12,65); }
td.TdClassName
{
border-color: #E90C41;
}
.TagClassName
{
border-color: #E90C41;
}
</style>