Shades of Crimson #E10C44
Tints of Crimson #E10C44
RGB
CMYK
RGB Variations
Color information
#E10C44 (or 0xE10C44) is known color: Crimson. HEX triplet: E1, 0C and 44. RGB value is (225,12,68). Sum of RGB (Red+Green+Blue) = 225+12+68=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C44 is #1EF3BB. Grayscale: #525252. Windows color (decimal): -2028476 or 4459745. OLE color: 4459745.
HSL color Cylindrical-coordinate representation of color #E10C44: hue angle of 344.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C44 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.12 |
| HSL | 344.23º | 0.9% | 0.46% | - |
| HSV(B) | 344.23º | 0.95% | 0.88% | - |
| XYZ | 32.23 | 16.69 | 6.99 | - |
| YUV | 82.07 | 120.07 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 68 | 0 | 0.95 | 0.70 | 0.12 | 344.23 | 0.9 | 0.46 |
| Hex | E1 | C | 44 | 0 | 5F | 46 | C | 158 | 5A | 2E |
| Octal | 341 | 14 | 104 | 0 | 137 | 106 | 14 | 530 | 132 | 56 |
| Binary | 11100001 | 1100 | 1000100 | 0 | 1011111 | 1000110 | 1100 | 101011000 | 1011010 | 101110 |
Color Harmonies of #E10C44
Complementary color
Monochromatic Colors of #E10C44
Black with #E10C44
Text Example
Text Example
White with #E10C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C44; }
p { color: rgb(225,12,68); }
H1.HeaderClassName
{
color: #E10C44;
}
.AnyTagClassName
{
color: #E10C44;
}
</style>
background-color css
<style>
a { background-color: #E10C44; }
a { background-color: rgb(225,12,68); }
div.DivClassName
{
background-color: #E10C44;
}
.BgClassName
{
background-color: #E10C44;
}
</style>
border-color css
<style>
span { border-color: #E10C44; }
span { border-color: rgb(225,12,68); }
td.TdClassName
{
border-color: #E10C44;
}
.TagClassName
{
border-color: #E10C44;
}
</style>