Shades of Crimson #E10132
Tints of Crimson #E10132
RGB
CMYK
RGB Variations
Color information
#E10132 (or 0xE10132) is known color: Crimson. HEX triplet: E1, 01 and 32. RGB value is (225,1,50). Sum of RGB (Red+Green+Blue) = 225+1+50=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E10132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10132 is #1EFECD. Grayscale: #494949. Windows color (decimal): -2031310 or 3277281. OLE color: 3277281.
HSL color Cylindrical-coordinate representation of color #E10132: hue angle of 346.88º 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 #E10132 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.12 |
| HSL | 346.88º | 0.99% | 0.44% | - |
| HSV(B) | 346.88º | 1% | 0.88% | - |
| XYZ | 31.64 | 16.26 | 4.49 | - |
| YUV | 73.56 | 114.71 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 50 | 0 | 1.00 | 0.78 | 0.12 | 346.88 | 0.99 | 0.44 |
| Hex | E1 | 1 | 32 | 0 | 64 | 4E | C | 15B | 63 | 2C |
| Octal | 341 | 1 | 62 | 0 | 144 | 116 | 14 | 533 | 143 | 54 |
| Binary | 11100001 | 1 | 110010 | 0 | 1100100 | 1001110 | 1100 | 101011011 | 1100011 | 101100 |
Color Harmonies of #E10132
Complementary color
Monochromatic Colors of #E10132
Black with #E10132
Text Example
Text Example
White with #E10132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10132; }
p { color: rgb(225,1,50); }
H1.HeaderClassName
{
color: #E10132;
}
.AnyTagClassName
{
color: #E10132;
}
</style>
background-color css
<style>
a { background-color: #E10132; }
a { background-color: rgb(225,1,50); }
div.DivClassName
{
background-color: #E10132;
}
.BgClassName
{
background-color: #E10132;
}
</style>
border-color css
<style>
span { border-color: #E10132; }
span { border-color: rgb(225,1,50); }
td.TdClassName
{
border-color: #E10132;
}
.TagClassName
{
border-color: #E10132;
}
</style>