Shades of Crimson #E3012E
Tints of Crimson #E3012E
RGB
CMYK
RGB Variations
Color information
#E3012E (or 0xE3012E) is known color: Crimson. HEX triplet: E3, 01 and 2E. RGB value is (227,1,46). Sum of RGB (Red+Green+Blue) = 227+1+46=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E3012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3012E is #1CFED1. Grayscale: #494949. Windows color (decimal): -1900242 or 3015139. OLE color: 3015139.
HSL color Cylindrical-coordinate representation of color #E3012E: hue angle of 348.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3012E is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.11 |
| HSL | 348.05º | 0.99% | 0.45% | - |
| HSV(B) | 348.05º | 1% | 0.89% | - |
| XYZ | 32.18 | 16.55 | 4.08 | - |
| YUV | 73.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 46 | 0 | 1.00 | 0.80 | 0.11 | 348.05 | 0.99 | 0.45 |
| Hex | E3 | 1 | 2E | 0 | 64 | 50 | B | 15C | 63 | 2D |
| Octal | 343 | 1 | 56 | 0 | 144 | 120 | 13 | 534 | 143 | 55 |
| Binary | 11100011 | 1 | 101110 | 0 | 1100100 | 1010000 | 1011 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E3012E
Complementary color
Monochromatic Colors of #E3012E
Black with #E3012E
Text Example
Text Example
White with #E3012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3012E; }
p { color: rgb(227,1,46); }
H1.HeaderClassName
{
color: #E3012E;
}
.AnyTagClassName
{
color: #E3012E;
}
</style>
background-color css
<style>
a { background-color: #E3012E; }
a { background-color: rgb(227,1,46); }
div.DivClassName
{
background-color: #E3012E;
}
.BgClassName
{
background-color: #E3012E;
}
</style>
border-color css
<style>
span { border-color: #E3012E; }
span { border-color: rgb(227,1,46); }
td.TdClassName
{
border-color: #E3012E;
}
.TagClassName
{
border-color: #E3012E;
}
</style>