Shades of Crimson #E10136
Tints of Crimson #E10136
RGB
CMYK
RGB Variations
Color information
#E10136 (or 0xE10136) is known color: Crimson. HEX triplet: E1, 01 and 36. RGB value is (225,1,54). Sum of RGB (Red+Green+Blue) = 225+1+54=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10136 is #1EFEC9. Grayscale: #4A4A4A. Windows color (decimal): -2031306 or 3539425. OLE color: 3539425.
HSL color Cylindrical-coordinate representation of color #E10136: hue angle of 345.8º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10136 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.12 |
| HSL | 345.8º | 0.99% | 0.44% | - |
| HSV(B) | 345.8º | 1% | 0.88% | - |
| XYZ | 31.73 | 16.3 | 4.96 | - |
| YUV | 74.02 | 116.71 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 54 | 0 | 1.00 | 0.76 | 0.12 | 345.8 | 0.99 | 0.44 |
| Hex | E1 | 1 | 36 | 0 | 64 | 4C | C | 15A | 63 | 2C |
| Octal | 341 | 1 | 66 | 0 | 144 | 114 | 14 | 532 | 143 | 54 |
| Binary | 11100001 | 1 | 110110 | 0 | 1100100 | 1001100 | 1100 | 101011010 | 1100011 | 101100 |
Color Harmonies of #E10136
Complementary color
Monochromatic Colors of #E10136
Black with #E10136
Text Example
Text Example
White with #E10136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10136; }
p { color: rgb(225,1,54); }
H1.HeaderClassName
{
color: #E10136;
}
.AnyTagClassName
{
color: #E10136;
}
</style>
background-color css
<style>
a { background-color: #E10136; }
a { background-color: rgb(225,1,54); }
div.DivClassName
{
background-color: #E10136;
}
.BgClassName
{
background-color: #E10136;
}
</style>
border-color css
<style>
span { border-color: #E10136; }
span { border-color: rgb(225,1,54); }
td.TdClassName
{
border-color: #E10136;
}
.TagClassName
{
border-color: #E10136;
}
</style>