Shades of Crimson #E90C39
Tints of Crimson #E90C39
RGB
CMYK
RGB Variations
Color information
#E90C39 (or 0xE90C39) is known color: Crimson. HEX triplet: E9, 0C and 39. RGB value is (233,12,57). Sum of RGB (Red+Green+Blue) = 233+12+57=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C39 is #16F3C6. Grayscale: #535353. Windows color (decimal): -1504199 or 3738857. OLE color: 3738857.
HSL color Cylindrical-coordinate representation of color #E90C39: hue angle of 347.78º 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 #E90C39 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 57 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.09 |
| HSL | 347.78º | 0.9% | 0.48% | - |
| HSV(B) | 347.78º | 0.95% | 0.91% | - |
| XYZ | 34.47 | 17.88 | 5.51 | - |
| YUV | 83.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 57 | 0 | 0.95 | 0.76 | 0.09 | 347.78 | 0.9 | 0.48 |
| Hex | E9 | C | 39 | 0 | 5F | 4C | 9 | 15C | 5A | 30 |
| Octal | 351 | 14 | 71 | 0 | 137 | 114 | 11 | 534 | 132 | 60 |
| Binary | 11101001 | 1100 | 111001 | 0 | 1011111 | 1001100 | 1001 | 101011100 | 1011010 | 110000 |
Color Harmonies of #E90C39
Complementary color
Monochromatic Colors of #E90C39
Black with #E90C39
Text Example
Text Example
White with #E90C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C39; }
p { color: rgb(233,12,57); }
H1.HeaderClassName
{
color: #E90C39;
}
.AnyTagClassName
{
color: #E90C39;
}
</style>
background-color css
<style>
a { background-color: #E90C39; }
a { background-color: rgb(233,12,57); }
div.DivClassName
{
background-color: #E90C39;
}
.BgClassName
{
background-color: #E90C39;
}
</style>
border-color css
<style>
span { border-color: #E90C39; }
span { border-color: rgb(233,12,57); }
td.TdClassName
{
border-color: #E90C39;
}
.TagClassName
{
border-color: #E90C39;
}
</style>