Shades of Crimson #E90C42
Tints of Crimson #E90C42
RGB
CMYK
RGB Variations
Color information
#E90C42 (or 0xE90C42) is known color: Crimson. HEX triplet: E9, 0C and 42. RGB value is (233,12,66). Sum of RGB (Red+Green+Blue) = 233+12+66=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C42 is #16F3BD. Grayscale: #545454. Windows color (decimal): -1504190 or 4328681. OLE color: 4328681.
HSL color Cylindrical-coordinate representation of color #E90C42: hue angle of 345.34º 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 #E90C42 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 66 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.09 |
| HSL | 345.34º | 0.9% | 0.48% | - |
| HSV(B) | 345.34º | 0.95% | 0.91% | - |
| XYZ | 34.72 | 17.98 | 6.79 | - |
| YUV | 84.24 | 117.72 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 66 | 0 | 0.95 | 0.72 | 0.09 | 345.34 | 0.9 | 0.48 |
| Hex | E9 | C | 42 | 0 | 5F | 48 | 9 | 159 | 5A | 30 |
| Octal | 351 | 14 | 102 | 0 | 137 | 110 | 11 | 531 | 132 | 60 |
| Binary | 11101001 | 1100 | 1000010 | 0 | 1011111 | 1001000 | 1001 | 101011001 | 1011010 | 110000 |
Color Harmonies of #E90C42
Complementary color
Monochromatic Colors of #E90C42
Black with #E90C42
Text Example
Text Example
White with #E90C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C42; }
p { color: rgb(233,12,66); }
H1.HeaderClassName
{
color: #E90C42;
}
.AnyTagClassName
{
color: #E90C42;
}
</style>
background-color css
<style>
a { background-color: #E90C42; }
a { background-color: rgb(233,12,66); }
div.DivClassName
{
background-color: #E90C42;
}
.BgClassName
{
background-color: #E90C42;
}
</style>
border-color css
<style>
span { border-color: #E90C42; }
span { border-color: rgb(233,12,66); }
td.TdClassName
{
border-color: #E90C42;
}
.TagClassName
{
border-color: #E90C42;
}
</style>