Shades of Crimson #E10C41
Tints of Crimson #E10C41
RGB
CMYK
RGB Variations
Color information
#E10C41 (or 0xE10C41) is known color: Crimson. HEX triplet: E1, 0C and 41. RGB value is (225,12,65). Sum of RGB (Red+Green+Blue) = 225+12+65=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C41 is #1EF3BE. Grayscale: #515151. Windows color (decimal): -2028479 or 4263137. OLE color: 4263137.
HSL color Cylindrical-coordinate representation of color #E10C41: hue angle of 345.07º 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 #E10C41 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 65 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.12 |
| HSL | 345.07º | 0.9% | 0.46% | - |
| HSV(B) | 345.07º | 0.95% | 0.88% | - |
| XYZ | 32.14 | 16.65 | 6.52 | - |
| YUV | 81.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 65 | 0 | 0.95 | 0.71 | 0.12 | 345.07 | 0.9 | 0.46 |
| Hex | E1 | C | 41 | 0 | 5F | 47 | C | 159 | 5A | 2E |
| Octal | 341 | 14 | 101 | 0 | 137 | 107 | 14 | 531 | 132 | 56 |
| Binary | 11100001 | 1100 | 1000001 | 0 | 1011111 | 1000111 | 1100 | 101011001 | 1011010 | 101110 |
Color Harmonies of #E10C41
Complementary color
Monochromatic Colors of #E10C41
Black with #E10C41
Text Example
Text Example
White with #E10C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C41; }
p { color: rgb(225,12,65); }
H1.HeaderClassName
{
color: #E10C41;
}
.AnyTagClassName
{
color: #E10C41;
}
</style>
background-color css
<style>
a { background-color: #E10C41; }
a { background-color: rgb(225,12,65); }
div.DivClassName
{
background-color: #E10C41;
}
.BgClassName
{
background-color: #E10C41;
}
</style>
border-color css
<style>
span { border-color: #E10C41; }
span { border-color: rgb(225,12,65); }
td.TdClassName
{
border-color: #E10C41;
}
.TagClassName
{
border-color: #E10C41;
}
</style>