Shades of Crimson #E10936
Tints of Crimson #E10936
RGB
CMYK
RGB Variations
Color information
#E10936 (or 0xE10936) is known color: Crimson. HEX triplet: E1, 09 and 36. RGB value is (225,9,54). Sum of RGB (Red+Green+Blue) = 225+9+54=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E10936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10936 is #1EF6C9. Grayscale: #4E4E4E. Windows color (decimal): -2029258 or 3541473. OLE color: 3541473.
HSL color Cylindrical-coordinate representation of color #E10936: hue angle of 347.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10936 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 54 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.12 |
| HSL | 347.5º | 0.92% | 0.46% | - |
| HSV(B) | 347.5º | 0.96% | 0.88% | - |
| XYZ | 31.81 | 16.47 | 4.99 | - |
| YUV | 78.71 | 114.06 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 54 | 0 | 0.96 | 0.76 | 0.12 | 347.5 | 0.92 | 0.46 |
| Hex | E1 | 9 | 36 | 0 | 60 | 4C | C | 15C | 5C | 2E |
| Octal | 341 | 11 | 66 | 0 | 140 | 114 | 14 | 534 | 134 | 56 |
| Binary | 11100001 | 1001 | 110110 | 0 | 1100000 | 1001100 | 1100 | 101011100 | 1011100 | 101110 |
Color Harmonies of #E10936
Complementary color
Monochromatic Colors of #E10936
Black with #E10936
Text Example
Text Example
White with #E10936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10936; }
p { color: rgb(225,9,54); }
H1.HeaderClassName
{
color: #E10936;
}
.AnyTagClassName
{
color: #E10936;
}
</style>
background-color css
<style>
a { background-color: #E10936; }
a { background-color: rgb(225,9,54); }
div.DivClassName
{
background-color: #E10936;
}
.BgClassName
{
background-color: #E10936;
}
</style>
border-color css
<style>
span { border-color: #E10936; }
span { border-color: rgb(225,9,54); }
td.TdClassName
{
border-color: #E10936;
}
.TagClassName
{
border-color: #E10936;
}
</style>