Shades of Crimson #E1012D
Tints of Crimson #E1012D
RGB
CMYK
RGB Variations
Color information
#E1012D (or 0xE1012D) is known color: Crimson. HEX triplet: E1, 01 and 2D. RGB value is (225,1,45). Sum of RGB (Red+Green+Blue) = 225+1+45=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E1012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1012D is #1EFED2. Grayscale: #494949. Windows color (decimal): -2031315 or 2949601. OLE color: 2949601.
HSL color Cylindrical-coordinate representation of color #E1012D: hue angle of 348.21º 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 #E1012D is Cyan = 0, Magento = 1.00, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.8 | 0.12 |
| HSL | 348.21º | 0.99% | 0.44% | - |
| HSV(B) | 348.21º | 1% | 0.88% | - |
| XYZ | 31.54 | 16.22 | 3.95 | - |
| YUV | 72.99 | 112.21 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 45 | 0 | 1.00 | 0.8 | 0.12 | 348.21 | 0.99 | 0.44 |
| Hex | E1 | 1 | 2D | 0 | 64 | 50 | C | 15C | 63 | 2C |
| Octal | 341 | 1 | 55 | 0 | 144 | 120 | 14 | 534 | 143 | 54 |
| Binary | 11100001 | 1 | 101101 | 0 | 1100100 | 1010000 | 1100 | 101011100 | 1100011 | 101100 |
Color Harmonies of #E1012D
Complementary color
Monochromatic Colors of #E1012D
Black with #E1012D
Text Example
Text Example
White with #E1012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1012D; }
p { color: rgb(225,1,45); }
H1.HeaderClassName
{
color: #E1012D;
}
.AnyTagClassName
{
color: #E1012D;
}
</style>
background-color css
<style>
a { background-color: #E1012D; }
a { background-color: rgb(225,1,45); }
div.DivClassName
{
background-color: #E1012D;
}
.BgClassName
{
background-color: #E1012D;
}
</style>
border-color css
<style>
span { border-color: #E1012D; }
span { border-color: rgb(225,1,45); }
td.TdClassName
{
border-color: #E1012D;
}
.TagClassName
{
border-color: #E1012D;
}
</style>