Shades of Crimson #E1012C
Tints of Crimson #E1012C
RGB
CMYK
RGB Variations
Color information
#E1012C (or 0xE1012C) is known color: Crimson. HEX triplet: E1, 01 and 2C. RGB value is (225,1,44). Sum of RGB (Red+Green+Blue) = 225+1+44=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E1012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1012C is #1EFED3. Grayscale: #484848. Windows color (decimal): -2031316 or 2884065. OLE color: 2884065.
HSL color Cylindrical-coordinate representation of color #E1012C: hue angle of 348.48º 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 #E1012C is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.12 |
| HSL | 348.48º | 0.99% | 0.44% | - |
| HSV(B) | 348.48º | 1% | 0.88% | - |
| XYZ | 31.52 | 16.21 | 3.85 | - |
| YUV | 72.88 | 111.71 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 44 | 0 | 1.00 | 0.80 | 0.12 | 348.48 | 0.99 | 0.44 |
| Hex | E1 | 1 | 2C | 0 | 64 | 50 | C | 15C | 63 | 2C |
| Octal | 341 | 1 | 54 | 0 | 144 | 120 | 14 | 534 | 143 | 54 |
| Binary | 11100001 | 1 | 101100 | 0 | 1100100 | 1010000 | 1100 | 101011100 | 1100011 | 101100 |
Color Harmonies of #E1012C
Complementary color
Monochromatic Colors of #E1012C
Black with #E1012C
Text Example
Text Example
White with #E1012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1012C; }
p { color: rgb(225,1,44); }
H1.HeaderClassName
{
color: #E1012C;
}
.AnyTagClassName
{
color: #E1012C;
}
</style>
background-color css
<style>
a { background-color: #E1012C; }
a { background-color: rgb(225,1,44); }
div.DivClassName
{
background-color: #E1012C;
}
.BgClassName
{
background-color: #E1012C;
}
</style>
border-color css
<style>
span { border-color: #E1012C; }
span { border-color: rgb(225,1,44); }
td.TdClassName
{
border-color: #E1012C;
}
.TagClassName
{
border-color: #E1012C;
}
</style>