Shades of Crimson #E10142
Tints of Crimson #E10142
RGB
CMYK
RGB Variations
Color information
#E10142 (or 0xE10142) is known color: Crimson. HEX triplet: E1, 01 and 42. RGB value is (225,1,66). Sum of RGB (Red+Green+Blue) = 225+1+66=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E10142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10142 is #1EFEBD. Grayscale: #4B4B4B. Windows color (decimal): -2031294 or 4325857. OLE color: 4325857.
HSL color Cylindrical-coordinate representation of color #E10142: hue angle of 342.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10142 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.12 |
| HSL | 342.59º | 0.99% | 0.44% | - |
| HSV(B) | 342.59º | 1% | 0.88% | - |
| XYZ | 32.05 | 16.42 | 6.64 | - |
| YUV | 75.39 | 122.71 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 66 | 0 | 1.00 | 0.71 | 0.12 | 342.59 | 0.99 | 0.44 |
| Hex | E1 | 1 | 42 | 0 | 64 | 47 | C | 157 | 63 | 2C |
| Octal | 341 | 1 | 102 | 0 | 144 | 107 | 14 | 527 | 143 | 54 |
| Binary | 11100001 | 1 | 1000010 | 0 | 1100100 | 1000111 | 1100 | 101010111 | 1100011 | 101100 |
Color Harmonies of #E10142
Complementary color
Monochromatic Colors of #E10142
Black with #E10142
Text Example
Text Example
White with #E10142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10142; }
p { color: rgb(225,1,66); }
H1.HeaderClassName
{
color: #E10142;
}
.AnyTagClassName
{
color: #E10142;
}
</style>
background-color css
<style>
a { background-color: #E10142; }
a { background-color: rgb(225,1,66); }
div.DivClassName
{
background-color: #E10142;
}
.BgClassName
{
background-color: #E10142;
}
</style>
border-color css
<style>
span { border-color: #E10142; }
span { border-color: rgb(225,1,66); }
td.TdClassName
{
border-color: #E10142;
}
.TagClassName
{
border-color: #E10142;
}
</style>