Shades of Crimson #E10045
Tints of Crimson #E10045
RGB
CMYK
RGB Variations
Color information
#E10045 (or 0xE10045) is known color: Crimson. HEX triplet: E1, 00 and 45. RGB value is (225,0,69). Sum of RGB (Red+Green+Blue) = 225+0+69=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E10045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10045 is #1EFFBA. Grayscale: #4B4B4B. Windows color (decimal): -2031547 or 4522209. OLE color: 4522209.
HSL color Cylindrical-coordinate representation of color #E10045: hue angle of 341.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10045 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.69 | 0.12 |
| HSL | 341.6º | 1% | 0.44% | - |
| HSV(B) | 341.6º | 1% | 0.88% | - |
| XYZ | 32.13 | 16.44 | 7.11 | - |
| YUV | 75.14 | 124.54 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 69 | 0 | 1 | 0.69 | 0.12 | 341.6 | 1 | 0.44 |
| Hex | E1 | 0 | 45 | 0 | 64 | 45 | C | 156 | 64 | 2C |
| Octal | 341 | 0 | 105 | 0 | 144 | 105 | 14 | 526 | 144 | 54 |
| Binary | 11100001 | 0 | 1000101 | 0 | 1100100 | 1000101 | 1100 | 101010110 | 1100100 | 101100 |
Color Harmonies of #E10045
Complementary color
Monochromatic Colors of #E10045
Black with #E10045
Text Example
Text Example
White with #E10045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10045; }
p { color: rgb(225,0,69); }
H1.HeaderClassName
{
color: #E10045;
}
.AnyTagClassName
{
color: #E10045;
}
</style>
background-color css
<style>
a { background-color: #E10045; }
a { background-color: rgb(225,0,69); }
div.DivClassName
{
background-color: #E10045;
}
.BgClassName
{
background-color: #E10045;
}
</style>
border-color css
<style>
span { border-color: #E10045; }
span { border-color: rgb(225,0,69); }
td.TdClassName
{
border-color: #E10045;
}
.TagClassName
{
border-color: #E10045;
}
</style>