Shades of Crimson #E10044
Tints of Crimson #E10044
RGB
CMYK
RGB Variations
Color information
#E10044 (or 0xE10044) is known color: Crimson. HEX triplet: E1, 00 and 44. RGB value is (225,0,68). Sum of RGB (Red+Green+Blue) = 225+0+68=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E10044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10044 is #1EFFBB. Grayscale: #4A4A4A. Windows color (decimal): -2031548 or 4456673. OLE color: 4456673.
HSL color Cylindrical-coordinate representation of color #E10044: hue angle of 341.87º 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 #E10044 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.70 | 0.12 |
| HSL | 341.87º | 1% | 0.44% | - |
| HSV(B) | 341.87º | 1% | 0.88% | - |
| XYZ | 32.09 | 16.42 | 6.95 | - |
| YUV | 75.03 | 124.04 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 68 | 0 | 1 | 0.70 | 0.12 | 341.87 | 1 | 0.44 |
| Hex | E1 | 0 | 44 | 0 | 64 | 46 | C | 156 | 64 | 2C |
| Octal | 341 | 0 | 104 | 0 | 144 | 106 | 14 | 526 | 144 | 54 |
| Binary | 11100001 | 0 | 1000100 | 0 | 1100100 | 1000110 | 1100 | 101010110 | 1100100 | 101100 |
Color Harmonies of #E10044
Complementary color
Monochromatic Colors of #E10044
Black with #E10044
Text Example
Text Example
White with #E10044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10044; }
p { color: rgb(225,0,68); }
H1.HeaderClassName
{
color: #E10044;
}
.AnyTagClassName
{
color: #E10044;
}
</style>
background-color css
<style>
a { background-color: #E10044; }
a { background-color: rgb(225,0,68); }
div.DivClassName
{
background-color: #E10044;
}
.BgClassName
{
background-color: #E10044;
}
</style>
border-color css
<style>
span { border-color: #E10044; }
span { border-color: rgb(225,0,68); }
td.TdClassName
{
border-color: #E10044;
}
.TagClassName
{
border-color: #E10044;
}
</style>