Shades of Crimson #E10235
Tints of Crimson #E10235
RGB
CMYK
RGB Variations
Color information
#E10235 (or 0xE10235) is known color: Crimson. HEX triplet: E1, 02 and 35. RGB value is (225,2,53). Sum of RGB (Red+Green+Blue) = 225+2+53=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10235 is #1EFDCA. Grayscale: #4A4A4A. Windows color (decimal): -2031051 or 3474145. OLE color: 3474145.
HSL color Cylindrical-coordinate representation of color #E10235: hue angle of 346.28º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10235 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.12 |
| HSL | 346.28º | 0.98% | 0.45% | - |
| HSV(B) | 346.28º | 0.99% | 0.88% | - |
| XYZ | 31.72 | 16.31 | 4.84 | - |
| YUV | 74.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 53 | 0 | 0.99 | 0.76 | 0.12 | 346.28 | 0.98 | 0.45 |
| Hex | E1 | 2 | 35 | 0 | 63 | 4C | C | 15A | 62 | 2D |
| Octal | 341 | 2 | 65 | 0 | 143 | 114 | 14 | 532 | 142 | 55 |
| Binary | 11100001 | 10 | 110101 | 0 | 1100011 | 1001100 | 1100 | 101011010 | 1100010 | 101101 |
Color Harmonies of #E10235
Complementary color
Monochromatic Colors of #E10235
Black with #E10235
Text Example
Text Example
White with #E10235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10235; }
p { color: rgb(225,2,53); }
H1.HeaderClassName
{
color: #E10235;
}
.AnyTagClassName
{
color: #E10235;
}
</style>
background-color css
<style>
a { background-color: #E10235; }
a { background-color: rgb(225,2,53); }
div.DivClassName
{
background-color: #E10235;
}
.BgClassName
{
background-color: #E10235;
}
</style>
border-color css
<style>
span { border-color: #E10235; }
span { border-color: rgb(225,2,53); }
td.TdClassName
{
border-color: #E10235;
}
.TagClassName
{
border-color: #E10235;
}
</style>