Shades of Crimson #E1013E
Tints of Crimson #E1013E
RGB
CMYK
RGB Variations
Color information
#E1013E (or 0xE1013E) is known color: Crimson. HEX triplet: E1, 01 and 3E. RGB value is (225,1,62). Sum of RGB (Red+Green+Blue) = 225+1+62=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1013E is #1EFEC1. Grayscale: #4A4A4A. Windows color (decimal): -2031298 or 4063713. OLE color: 4063713.
HSL color Cylindrical-coordinate representation of color #E1013E: hue angle of 343.66º 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 #E1013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.12 |
| HSL | 343.66º | 0.99% | 0.44% | - |
| HSV(B) | 343.66º | 1% | 0.88% | - |
| XYZ | 31.93 | 16.38 | 6.04 | - |
| YUV | 74.93 | 120.71 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 62 | 0 | 1.00 | 0.72 | 0.12 | 343.66 | 0.99 | 0.44 |
| Hex | E1 | 1 | 3E | 0 | 64 | 48 | C | 158 | 63 | 2C |
| Octal | 341 | 1 | 76 | 0 | 144 | 110 | 14 | 530 | 143 | 54 |
| Binary | 11100001 | 1 | 111110 | 0 | 1100100 | 1001000 | 1100 | 101011000 | 1100011 | 101100 |
Color Harmonies of #E1013E
Complementary color
Monochromatic Colors of #E1013E
Black with #E1013E
Text Example
Text Example
White with #E1013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1013E; }
p { color: rgb(225,1,62); }
H1.HeaderClassName
{
color: #E1013E;
}
.AnyTagClassName
{
color: #E1013E;
}
</style>
background-color css
<style>
a { background-color: #E1013E; }
a { background-color: rgb(225,1,62); }
div.DivClassName
{
background-color: #E1013E;
}
.BgClassName
{
background-color: #E1013E;
}
</style>
border-color css
<style>
span { border-color: #E1013E; }
span { border-color: rgb(225,1,62); }
td.TdClassName
{
border-color: #E1013E;
}
.TagClassName
{
border-color: #E1013E;
}
</style>