Shades of Crimson #E10138
Tints of Crimson #E10138
RGB
CMYK
RGB Variations
Color information
#E10138 (or 0xE10138) is known color: Crimson. HEX triplet: E1, 01 and 38. RGB value is (225,1,56). Sum of RGB (Red+Green+Blue) = 225+1+56=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10138 is #1EFEC7. Grayscale: #4A4A4A. Windows color (decimal): -2031304 or 3670497. OLE color: 3670497.
HSL color Cylindrical-coordinate representation of color #E10138: hue angle of 345.27º 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 #E10138 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.12 |
| HSL | 345.27º | 0.99% | 0.44% | - |
| HSV(B) | 345.27º | 1% | 0.88% | - |
| XYZ | 31.78 | 16.31 | 5.22 | - |
| YUV | 74.25 | 117.71 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 56 | 0 | 1.00 | 0.75 | 0.12 | 345.27 | 0.99 | 0.44 |
| Hex | E1 | 1 | 38 | 0 | 64 | 4B | C | 159 | 63 | 2C |
| Octal | 341 | 1 | 70 | 0 | 144 | 113 | 14 | 531 | 143 | 54 |
| Binary | 11100001 | 1 | 111000 | 0 | 1100100 | 1001011 | 1100 | 101011001 | 1100011 | 101100 |
Color Harmonies of #E10138
Complementary color
Monochromatic Colors of #E10138
Black with #E10138
Text Example
Text Example
White with #E10138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10138; }
p { color: rgb(225,1,56); }
H1.HeaderClassName
{
color: #E10138;
}
.AnyTagClassName
{
color: #E10138;
}
</style>
background-color css
<style>
a { background-color: #E10138; }
a { background-color: rgb(225,1,56); }
div.DivClassName
{
background-color: #E10138;
}
.BgClassName
{
background-color: #E10138;
}
</style>
border-color css
<style>
span { border-color: #E10138; }
span { border-color: rgb(225,1,56); }
td.TdClassName
{
border-color: #E10138;
}
.TagClassName
{
border-color: #E10138;
}
</style>