Shades of Crimson #E90C3A
Tints of Crimson #E90C3A
RGB
CMYK
RGB Variations
Color information
#E90C3A (or 0xE90C3A) is known color: Crimson. HEX triplet: E9, 0C and 3A. RGB value is (233,12,58). Sum of RGB (Red+Green+Blue) = 233+12+58=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C3A is #16F3C5. Grayscale: #535353. Windows color (decimal): -1504198 or 3804393. OLE color: 3804393.
HSL color Cylindrical-coordinate representation of color #E90C3A: hue angle of 347.51º 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 #E90C3A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 58 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.09 |
| HSL | 347.51º | 0.9% | 0.48% | - |
| HSV(B) | 347.51º | 0.95% | 0.91% | - |
| XYZ | 34.5 | 17.89 | 5.64 | - |
| YUV | 83.32 | 113.72 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 58 | 0 | 0.95 | 0.75 | 0.09 | 347.51 | 0.9 | 0.48 |
| Hex | E9 | C | 3A | 0 | 5F | 4B | 9 | 15C | 5A | 30 |
| Octal | 351 | 14 | 72 | 0 | 137 | 113 | 11 | 534 | 132 | 60 |
| Binary | 11101001 | 1100 | 111010 | 0 | 1011111 | 1001011 | 1001 | 101011100 | 1011010 | 110000 |
Color Harmonies of #E90C3A
Complementary color
Monochromatic Colors of #E90C3A
Black with #E90C3A
Text Example
Text Example
White with #E90C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C3A; }
p { color: rgb(233,12,58); }
H1.HeaderClassName
{
color: #E90C3A;
}
.AnyTagClassName
{
color: #E90C3A;
}
</style>
background-color css
<style>
a { background-color: #E90C3A; }
a { background-color: rgb(233,12,58); }
div.DivClassName
{
background-color: #E90C3A;
}
.BgClassName
{
background-color: #E90C3A;
}
</style>
border-color css
<style>
span { border-color: #E90C3A; }
span { border-color: rgb(233,12,58); }
td.TdClassName
{
border-color: #E90C3A;
}
.TagClassName
{
border-color: #E90C3A;
}
</style>