Shades of Crimson #E5012E
Tints of Crimson #E5012E
RGB
CMYK
RGB Variations
Color information
#E5012E (or 0xE5012E) is known color: Crimson. HEX triplet: E5, 01 and 2E. RGB value is (229,1,46). Sum of RGB (Red+Green+Blue) = 229+1+46=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E5012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5012E is #1AFED1. Grayscale: #4A4A4A. Windows color (decimal): -1769170 or 3015141. OLE color: 3015141.
HSL color Cylindrical-coordinate representation of color #E5012E: hue angle of 348.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5012E is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.10 |
| HSL | 348.16º | 0.99% | 0.45% | - |
| HSV(B) | 348.16º | 1% | 0.9% | - |
| XYZ | 32.82 | 16.88 | 4.11 | - |
| YUV | 74.3 | 112.04 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 46 | 0 | 1.00 | 0.80 | 0.10 | 348.16 | 0.99 | 0.45 |
| Hex | E5 | 1 | 2E | 0 | 64 | 50 | A | 15C | 63 | 2D |
| Octal | 345 | 1 | 56 | 0 | 144 | 120 | 12 | 534 | 143 | 55 |
| Binary | 11100101 | 1 | 101110 | 0 | 1100100 | 1010000 | 1010 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E5012E
Complementary color
Monochromatic Colors of #E5012E
Black with #E5012E
Text Example
Text Example
White with #E5012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5012E; }
p { color: rgb(229,1,46); }
H1.HeaderClassName
{
color: #E5012E;
}
.AnyTagClassName
{
color: #E5012E;
}
</style>
background-color css
<style>
a { background-color: #E5012E; }
a { background-color: rgb(229,1,46); }
div.DivClassName
{
background-color: #E5012E;
}
.BgClassName
{
background-color: #E5012E;
}
</style>
border-color css
<style>
span { border-color: #E5012E; }
span { border-color: rgb(229,1,46); }
td.TdClassName
{
border-color: #E5012E;
}
.TagClassName
{
border-color: #E5012E;
}
</style>