Shades of Crimson #E90C3C
Tints of Crimson #E90C3C
RGB
CMYK
RGB Variations
Color information
#E90C3C (or 0xE90C3C) is known color: Crimson. HEX triplet: E9, 0C and 3C. RGB value is (233,12,60). Sum of RGB (Red+Green+Blue) = 233+12+60=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90C3C is #16F3C3. Grayscale: #535353. Windows color (decimal): -1504196 or 3935465. OLE color: 3935465.
HSL color Cylindrical-coordinate representation of color #E90C3C: hue angle of 346.97º 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 #E90C3C is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 60 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.09 |
| HSL | 346.97º | 0.9% | 0.48% | - |
| HSV(B) | 346.97º | 0.95% | 0.91% | - |
| XYZ | 34.55 | 17.91 | 5.91 | - |
| YUV | 83.55 | 114.72 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 60 | 0 | 0.95 | 0.74 | 0.09 | 346.97 | 0.9 | 0.48 |
| Hex | E9 | C | 3C | 0 | 5F | 4A | 9 | 15B | 5A | 30 |
| Octal | 351 | 14 | 74 | 0 | 137 | 112 | 11 | 533 | 132 | 60 |
| Binary | 11101001 | 1100 | 111100 | 0 | 1011111 | 1001010 | 1001 | 101011011 | 1011010 | 110000 |
Color Harmonies of #E90C3C
Complementary color
Monochromatic Colors of #E90C3C
Black with #E90C3C
Text Example
Text Example
White with #E90C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C3C; }
p { color: rgb(233,12,60); }
H1.HeaderClassName
{
color: #E90C3C;
}
.AnyTagClassName
{
color: #E90C3C;
}
</style>
background-color css
<style>
a { background-color: #E90C3C; }
a { background-color: rgb(233,12,60); }
div.DivClassName
{
background-color: #E90C3C;
}
.BgClassName
{
background-color: #E90C3C;
}
</style>
border-color css
<style>
span { border-color: #E90C3C; }
span { border-color: rgb(233,12,60); }
td.TdClassName
{
border-color: #E90C3C;
}
.TagClassName
{
border-color: #E90C3C;
}
</style>