Shades of Crimson #E90136
Tints of Crimson #E90136
RGB
CMYK
RGB Variations
Color information
#E90136 (or 0xE90136) is known color: Crimson. HEX triplet: E9, 01 and 36. RGB value is (233,1,54). Sum of RGB (Red+Green+Blue) = 233+1+54=288 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.90% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 233 - color contains mainly: red. Hex color #E90136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90136 is #16FEC9. Grayscale: #4C4C4C. Windows color (decimal): -1507018 or 3539433. OLE color: 3539433.
HSL color Cylindrical-coordinate representation of color #E90136: hue angle of 346.29º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90136 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.09 |
| HSL | 346.29º | 0.99% | 0.46% | - |
| HSV(B) | 346.29º | 1% | 0.91% | - |
| XYZ | 34.28 | 17.61 | 5.08 | - |
| YUV | 76.41 | 115.36 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 54 | 0 | 1.00 | 0.77 | 0.09 | 346.29 | 0.99 | 0.46 |
| Hex | E9 | 1 | 36 | 0 | 64 | 4D | 9 | 15A | 63 | 2E |
| Octal | 351 | 1 | 66 | 0 | 144 | 115 | 11 | 532 | 143 | 56 |
| Binary | 11101001 | 1 | 110110 | 0 | 1100100 | 1001101 | 1001 | 101011010 | 1100011 | 101110 |
Color Harmonies of #E90136
Complementary color
Monochromatic Colors of #E90136
Black with #E90136
Text Example
Text Example
White with #E90136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90136; }
p { color: rgb(233,1,54); }
H1.HeaderClassName
{
color: #E90136;
}
.AnyTagClassName
{
color: #E90136;
}
</style>
background-color css
<style>
a { background-color: #E90136; }
a { background-color: rgb(233,1,54); }
div.DivClassName
{
background-color: #E90136;
}
.BgClassName
{
background-color: #E90136;
}
</style>
border-color css
<style>
span { border-color: #E90136; }
span { border-color: rgb(233,1,54); }
td.TdClassName
{
border-color: #E90136;
}
.TagClassName
{
border-color: #E90136;
}
</style>