Shades of Crimson #E10036
Tints of Crimson #E10036
RGB
CMYK
RGB Variations
Color information
#E10036 (or 0xE10036) is known color: Crimson. HEX triplet: E1, 00 and 36. RGB value is (225,0,54). Sum of RGB (Red+Green+Blue) = 225+0+54=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E10036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10036 is #1EFFC9. Grayscale: #494949. Windows color (decimal): -2031562 or 3539169. OLE color: 3539169.
HSL color Cylindrical-coordinate representation of color #E10036: hue angle of 345.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10036 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.76 | 0.12 |
| HSL | 345.6º | 1% | 0.44% | - |
| HSV(B) | 345.6º | 1% | 0.88% | - |
| XYZ | 31.72 | 16.27 | 4.96 | - |
| YUV | 73.43 | 117.04 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 54 | 0 | 1 | 0.76 | 0.12 | 345.6 | 1 | 0.44 |
| Hex | E1 | 0 | 36 | 0 | 64 | 4C | C | 15A | 64 | 2C |
| Octal | 341 | 0 | 66 | 0 | 144 | 114 | 14 | 532 | 144 | 54 |
| Binary | 11100001 | 0 | 110110 | 0 | 1100100 | 1001100 | 1100 | 101011010 | 1100100 | 101100 |
Color Harmonies of #E10036
Complementary color
Monochromatic Colors of #E10036
Black with #E10036
Text Example
Text Example
White with #E10036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10036; }
p { color: rgb(225,0,54); }
H1.HeaderClassName
{
color: #E10036;
}
.AnyTagClassName
{
color: #E10036;
}
</style>
background-color css
<style>
a { background-color: #E10036; }
a { background-color: rgb(225,0,54); }
div.DivClassName
{
background-color: #E10036;
}
.BgClassName
{
background-color: #E10036;
}
</style>
border-color css
<style>
span { border-color: #E10036; }
span { border-color: rgb(225,0,54); }
td.TdClassName
{
border-color: #E10036;
}
.TagClassName
{
border-color: #E10036;
}
</style>