Shades of Crimson #E10835
Tints of Crimson #E10835
RGB
CMYK
RGB Variations
Color information
#E10835 (or 0xE10835) is known color: Crimson. HEX triplet: E1, 08 and 35. RGB value is (225,8,53). Sum of RGB (Red+Green+Blue) = 225+8+53=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E10835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10835 is #1EF7CA. Grayscale: #4E4E4E. Windows color (decimal): -2029515 or 3475681. OLE color: 3475681.
HSL color Cylindrical-coordinate representation of color #E10835: hue angle of 347.56º degrees, saturation: 0.93, 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 #E10835 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.12 |
| HSL | 347.56º | 0.93% | 0.46% | - |
| HSV(B) | 347.56º | 0.96% | 0.88% | - |
| XYZ | 31.78 | 16.44 | 4.87 | - |
| YUV | 78.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 53 | 0 | 0.96 | 0.76 | 0.12 | 347.56 | 0.93 | 0.46 |
| Hex | E1 | 8 | 35 | 0 | 60 | 4C | C | 15C | 5D | 2E |
| Octal | 341 | 10 | 65 | 0 | 140 | 114 | 14 | 534 | 135 | 56 |
| Binary | 11100001 | 1000 | 110101 | 0 | 1100000 | 1001100 | 1100 | 101011100 | 1011101 | 101110 |
Color Harmonies of #E10835
Complementary color
Monochromatic Colors of #E10835
Black with #E10835
Text Example
Text Example
White with #E10835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10835; }
p { color: rgb(225,8,53); }
H1.HeaderClassName
{
color: #E10835;
}
.AnyTagClassName
{
color: #E10835;
}
</style>
background-color css
<style>
a { background-color: #E10835; }
a { background-color: rgb(225,8,53); }
div.DivClassName
{
background-color: #E10835;
}
.BgClassName
{
background-color: #E10835;
}
</style>
border-color css
<style>
span { border-color: #E10835; }
span { border-color: rgb(225,8,53); }
td.TdClassName
{
border-color: #E10835;
}
.TagClassName
{
border-color: #E10835;
}
</style>