Shades of Crimson #E10728
Tints of Crimson #E10728
RGB
CMYK
RGB Variations
Color information
#E10728 (or 0xE10728) is known color: Crimson. HEX triplet: E1, 07 and 28. RGB value is (225,7,40). Sum of RGB (Red+Green+Blue) = 225+7+40=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E10728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10728 is #1EF8D7. Grayscale: #4C4C4C. Windows color (decimal): -2029784 or 2623457. OLE color: 2623457.
HSL color Cylindrical-coordinate representation of color #E10728: hue angle of 350.92º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10728 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.12 |
| HSL | 350.92º | 0.94% | 0.45% | - |
| HSV(B) | 350.92º | 0.97% | 0.88% | - |
| XYZ | 31.51 | 16.31 | 3.5 | - |
| YUV | 75.94 | 107.72 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 40 | 0 | 0.97 | 0.82 | 0.12 | 350.92 | 0.94 | 0.45 |
| Hex | E1 | 7 | 28 | 0 | 61 | 52 | C | 15F | 5E | 2D |
| Octal | 341 | 7 | 50 | 0 | 141 | 122 | 14 | 537 | 136 | 55 |
| Binary | 11100001 | 111 | 101000 | 0 | 1100001 | 1010010 | 1100 | 101011111 | 1011110 | 101101 |
Color Harmonies of #E10728
Complementary color
Monochromatic Colors of #E10728
Black with #E10728
Text Example
Text Example
White with #E10728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10728; }
p { color: rgb(225,7,40); }
H1.HeaderClassName
{
color: #E10728;
}
.AnyTagClassName
{
color: #E10728;
}
</style>
background-color css
<style>
a { background-color: #E10728; }
a { background-color: rgb(225,7,40); }
div.DivClassName
{
background-color: #E10728;
}
.BgClassName
{
background-color: #E10728;
}
</style>
border-color css
<style>
span { border-color: #E10728; }
span { border-color: rgb(225,7,40); }
td.TdClassName
{
border-color: #E10728;
}
.TagClassName
{
border-color: #E10728;
}
</style>