Shades of Crimson #E10A47
Tints of Crimson #E10A47
RGB
CMYK
RGB Variations
Color information
#E10A47 (or 0xE10A47) is known color: Crimson. HEX triplet: E1, 0A and 47. RGB value is (225,10,71). Sum of RGB (Red+Green+Blue) = 225+10+71=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A47 is #1EF5B8. Grayscale: #515151. Windows color (decimal): -2028985 or 4655841. OLE color: 4655841.
HSL color Cylindrical-coordinate representation of color #E10A47: hue angle of 342.98º degrees, saturation: 0.91, 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 #E10A47 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 71 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.12 |
| HSL | 342.98º | 0.91% | 0.46% | - |
| HSV(B) | 342.98º | 0.96% | 0.88% | - |
| XYZ | 32.3 | 16.68 | 7.48 | - |
| YUV | 81.24 | 122.23 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 71 | 0 | 0.96 | 0.68 | 0.12 | 342.98 | 0.91 | 0.46 |
| Hex | E1 | A | 47 | 0 | 60 | 44 | C | 157 | 5B | 2E |
| Octal | 341 | 12 | 107 | 0 | 140 | 104 | 14 | 527 | 133 | 56 |
| Binary | 11100001 | 1010 | 1000111 | 0 | 1100000 | 1000100 | 1100 | 101010111 | 1011011 | 101110 |
Color Harmonies of #E10A47
Complementary color
Monochromatic Colors of #E10A47
Black with #E10A47
Text Example
Text Example
White with #E10A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A47; }
p { color: rgb(225,10,71); }
H1.HeaderClassName
{
color: #E10A47;
}
.AnyTagClassName
{
color: #E10A47;
}
</style>
background-color css
<style>
a { background-color: #E10A47; }
a { background-color: rgb(225,10,71); }
div.DivClassName
{
background-color: #E10A47;
}
.BgClassName
{
background-color: #E10A47;
}
</style>
border-color css
<style>
span { border-color: #E10A47; }
span { border-color: rgb(225,10,71); }
td.TdClassName
{
border-color: #E10A47;
}
.TagClassName
{
border-color: #E10A47;
}
</style>