Shades of Crimson #E10C40
Tints of Crimson #E10C40
RGB
CMYK
RGB Variations
Color information
#E10C40 (or 0xE10C40) is known color: Crimson. HEX triplet: E1, 0C and 40. RGB value is (225,12,64). Sum of RGB (Red+Green+Blue) = 225+12+64=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C40 is #1EF3BF. Grayscale: #515151. Windows color (decimal): -2028480 or 4197601. OLE color: 4197601.
HSL color Cylindrical-coordinate representation of color #E10C40: hue angle of 345.35º 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 #E10C40 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.12 |
| HSL | 345.35º | 0.9% | 0.46% | - |
| HSV(B) | 345.35º | 0.95% | 0.88% | - |
| XYZ | 32.11 | 16.64 | 6.37 | - |
| YUV | 81.62 | 118.07 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 64 | 0 | 0.95 | 0.72 | 0.12 | 345.35 | 0.9 | 0.46 |
| Hex | E1 | C | 40 | 0 | 5F | 48 | C | 159 | 5A | 2E |
| Octal | 341 | 14 | 100 | 0 | 137 | 110 | 14 | 531 | 132 | 56 |
| Binary | 11100001 | 1100 | 1000000 | 0 | 1011111 | 1001000 | 1100 | 101011001 | 1011010 | 101110 |
Color Harmonies of #E10C40
Complementary color
Monochromatic Colors of #E10C40
Black with #E10C40
Text Example
Text Example
White with #E10C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C40; }
p { color: rgb(225,12,64); }
H1.HeaderClassName
{
color: #E10C40;
}
.AnyTagClassName
{
color: #E10C40;
}
</style>
background-color css
<style>
a { background-color: #E10C40; }
a { background-color: rgb(225,12,64); }
div.DivClassName
{
background-color: #E10C40;
}
.BgClassName
{
background-color: #E10C40;
}
</style>
border-color css
<style>
span { border-color: #E10C40; }
span { border-color: rgb(225,12,64); }
td.TdClassName
{
border-color: #E10C40;
}
.TagClassName
{
border-color: #E10C40;
}
</style>