Shades of Crimson #E10828
Tints of Crimson #E10828
RGB
CMYK
RGB Variations
Color information
#E10828 (or 0xE10828) is known color: Crimson. HEX triplet: E1, 08 and 28. RGB value is (225,8,40). Sum of RGB (Red+Green+Blue) = 225+8+40=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E10828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10828 is #1EF7D7. Grayscale: #4C4C4C. Windows color (decimal): -2029528 or 2623713. OLE color: 2623713.
HSL color Cylindrical-coordinate representation of color #E10828: hue angle of 351.15º 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 #E10828 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.12 |
| HSL | 351.15º | 0.93% | 0.46% | - |
| HSV(B) | 351.15º | 0.96% | 0.88% | - |
| XYZ | 31.52 | 16.33 | 3.5 | - |
| YUV | 76.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 40 | 0 | 0.96 | 0.82 | 0.12 | 351.15 | 0.93 | 0.46 |
| Hex | E1 | 8 | 28 | 0 | 60 | 52 | C | 15F | 5D | 2E |
| Octal | 341 | 10 | 50 | 0 | 140 | 122 | 14 | 537 | 135 | 56 |
| Binary | 11100001 | 1000 | 101000 | 0 | 1100000 | 1010010 | 1100 | 101011111 | 1011101 | 101110 |
Color Harmonies of #E10828
Complementary color
Monochromatic Colors of #E10828
Black with #E10828
Text Example
Text Example
White with #E10828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10828; }
p { color: rgb(225,8,40); }
H1.HeaderClassName
{
color: #E10828;
}
.AnyTagClassName
{
color: #E10828;
}
</style>
background-color css
<style>
a { background-color: #E10828; }
a { background-color: rgb(225,8,40); }
div.DivClassName
{
background-color: #E10828;
}
.BgClassName
{
background-color: #E10828;
}
</style>
border-color css
<style>
span { border-color: #E10828; }
span { border-color: rgb(225,8,40); }
td.TdClassName
{
border-color: #E10828;
}
.TagClassName
{
border-color: #E10828;
}
</style>