Shades of Crimson #E1012B
Tints of Crimson #E1012B
RGB
CMYK
RGB Variations
Color information
#E1012B (or 0xE1012B) is known color: Crimson. HEX triplet: E1, 01 and 2B. RGB value is (225,1,43). Sum of RGB (Red+Green+Blue) = 225+1+43=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E1012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1012B is #1EFED4. Grayscale: #484848. Windows color (decimal): -2031317 or 2818529. OLE color: 2818529.
HSL color Cylindrical-coordinate representation of color #E1012B: hue angle of 348.75º 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 #E1012B is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.12 |
| HSL | 348.75º | 0.99% | 0.44% | - |
| HSV(B) | 348.75º | 1% | 0.88% | - |
| XYZ | 31.5 | 16.2 | 3.75 | - |
| YUV | 72.76 | 111.21 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 43 | 0 | 1.00 | 0.81 | 0.12 | 348.75 | 0.99 | 0.44 |
| Hex | E1 | 1 | 2B | 0 | 64 | 51 | C | 15D | 63 | 2C |
| Octal | 341 | 1 | 53 | 0 | 144 | 121 | 14 | 535 | 143 | 54 |
| Binary | 11100001 | 1 | 101011 | 0 | 1100100 | 1010001 | 1100 | 101011101 | 1100011 | 101100 |
Color Harmonies of #E1012B
Complementary color
Monochromatic Colors of #E1012B
Black with #E1012B
Text Example
Text Example
White with #E1012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1012B; }
p { color: rgb(225,1,43); }
H1.HeaderClassName
{
color: #E1012B;
}
.AnyTagClassName
{
color: #E1012B;
}
</style>
background-color css
<style>
a { background-color: #E1012B; }
a { background-color: rgb(225,1,43); }
div.DivClassName
{
background-color: #E1012B;
}
.BgClassName
{
background-color: #E1012B;
}
</style>
border-color css
<style>
span { border-color: #E1012B; }
span { border-color: rgb(225,1,43); }
td.TdClassName
{
border-color: #E1012B;
}
.TagClassName
{
border-color: #E1012B;
}
</style>