Shades of Crimson #E10546
Tints of Crimson #E10546
RGB
CMYK
RGB Variations
Color information
#E10546 (or 0xE10546) is known color: Crimson. HEX triplet: E1, 05 and 46. RGB value is (225,5,70). Sum of RGB (Red+Green+Blue) = 225+5+70=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E10546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10546 is #1EFAB9. Grayscale: #4E4E4E. Windows color (decimal): -2030266 or 4589025. OLE color: 4589025.
HSL color Cylindrical-coordinate representation of color #E10546: hue angle of 342.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10546 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 70 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.12 |
| HSL | 342.27º | 0.96% | 0.45% | - |
| HSV(B) | 342.27º | 0.98% | 0.88% | - |
| XYZ | 32.21 | 16.56 | 7.29 | - |
| YUV | 78.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 70 | 0 | 0.98 | 0.69 | 0.12 | 342.27 | 0.96 | 0.45 |
| Hex | E1 | 5 | 46 | 0 | 62 | 45 | C | 156 | 60 | 2D |
| Octal | 341 | 5 | 106 | 0 | 142 | 105 | 14 | 526 | 140 | 55 |
| Binary | 11100001 | 101 | 1000110 | 0 | 1100010 | 1000101 | 1100 | 101010110 | 1100000 | 101101 |
Color Harmonies of #E10546
Complementary color
Monochromatic Colors of #E10546
Black with #E10546
Text Example
Text Example
White with #E10546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10546; }
p { color: rgb(225,5,70); }
H1.HeaderClassName
{
color: #E10546;
}
.AnyTagClassName
{
color: #E10546;
}
</style>
background-color css
<style>
a { background-color: #E10546; }
a { background-color: rgb(225,5,70); }
div.DivClassName
{
background-color: #E10546;
}
.BgClassName
{
background-color: #E10546;
}
</style>
border-color css
<style>
span { border-color: #E10546; }
span { border-color: rgb(225,5,70); }
td.TdClassName
{
border-color: #E10546;
}
.TagClassName
{
border-color: #E10546;
}
</style>