Shades of Crimson #E10134
Tints of Crimson #E10134
RGB
CMYK
RGB Variations
Color information
#E10134 (or 0xE10134) is known color: Crimson. HEX triplet: E1, 01 and 34. RGB value is (225,1,52). Sum of RGB (Red+Green+Blue) = 225+1+52=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E10134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10134 is #1EFECB. Grayscale: #494949. Windows color (decimal): -2031308 or 3408353. OLE color: 3408353.
HSL color Cylindrical-coordinate representation of color #E10134: hue angle of 346.34º 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 #E10134 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.12 |
| HSL | 346.34º | 0.99% | 0.44% | - |
| HSV(B) | 346.34º | 1% | 0.88% | - |
| XYZ | 31.68 | 16.28 | 4.72 | - |
| YUV | 73.79 | 115.71 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 52 | 0 | 1.00 | 0.77 | 0.12 | 346.34 | 0.99 | 0.44 |
| Hex | E1 | 1 | 34 | 0 | 64 | 4D | C | 15A | 63 | 2C |
| Octal | 341 | 1 | 64 | 0 | 144 | 115 | 14 | 532 | 143 | 54 |
| Binary | 11100001 | 1 | 110100 | 0 | 1100100 | 1001101 | 1100 | 101011010 | 1100011 | 101100 |
Color Harmonies of #E10134
Complementary color
Monochromatic Colors of #E10134
Black with #E10134
Text Example
Text Example
White with #E10134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10134; }
p { color: rgb(225,1,52); }
H1.HeaderClassName
{
color: #E10134;
}
.AnyTagClassName
{
color: #E10134;
}
</style>
background-color css
<style>
a { background-color: #E10134; }
a { background-color: rgb(225,1,52); }
div.DivClassName
{
background-color: #E10134;
}
.BgClassName
{
background-color: #E10134;
}
</style>
border-color css
<style>
span { border-color: #E10134; }
span { border-color: rgb(225,1,52); }
td.TdClassName
{
border-color: #E10134;
}
.TagClassName
{
border-color: #E10134;
}
</style>