Shades of Crimson #E10C42
Tints of Crimson #E10C42
RGB
CMYK
RGB Variations
Color information
#E10C42 (or 0xE10C42) is known color: Crimson. HEX triplet: E1, 0C and 42. RGB value is (225,12,66). Sum of RGB (Red+Green+Blue) = 225+12+66=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C42 is #1EF3BD. Grayscale: #515151. Windows color (decimal): -2028478 or 4328673. OLE color: 4328673.
HSL color Cylindrical-coordinate representation of color #E10C42: hue angle of 344.79º 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 #E10C42 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 66 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.12 |
| HSL | 344.79º | 0.9% | 0.46% | - |
| HSV(B) | 344.79º | 0.95% | 0.88% | - |
| XYZ | 32.17 | 16.66 | 6.68 | - |
| YUV | 81.84 | 119.07 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 66 | 0 | 0.95 | 0.71 | 0.12 | 344.79 | 0.9 | 0.46 |
| Hex | E1 | C | 42 | 0 | 5F | 47 | C | 159 | 5A | 2E |
| Octal | 341 | 14 | 102 | 0 | 137 | 107 | 14 | 531 | 132 | 56 |
| Binary | 11100001 | 1100 | 1000010 | 0 | 1011111 | 1000111 | 1100 | 101011001 | 1011010 | 101110 |
Color Harmonies of #E10C42
Complementary color
Monochromatic Colors of #E10C42
Black with #E10C42
Text Example
Text Example
White with #E10C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C42; }
p { color: rgb(225,12,66); }
H1.HeaderClassName
{
color: #E10C42;
}
.AnyTagClassName
{
color: #E10C42;
}
</style>
background-color css
<style>
a { background-color: #E10C42; }
a { background-color: rgb(225,12,66); }
div.DivClassName
{
background-color: #E10C42;
}
.BgClassName
{
background-color: #E10C42;
}
</style>
border-color css
<style>
span { border-color: #E10C42; }
span { border-color: rgb(225,12,66); }
td.TdClassName
{
border-color: #E10C42;
}
.TagClassName
{
border-color: #E10C42;
}
</style>