Shades of Crimson #E0012A
Tints of Crimson #E0012A
RGB
CMYK
RGB Variations
Color information
#E0012A (or 0xE0012A) is known color: Crimson. HEX triplet: E0, 01 and 2A. RGB value is (224,1,42). Sum of RGB (Red+Green+Blue) = 224+1+42=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E0012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0012A is #1FFED5. Grayscale: #484848. Windows color (decimal): -2096854 or 2752992. OLE color: 2752992.
HSL color Cylindrical-coordinate representation of color #E0012A: hue angle of 348.97º 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 #E0012A is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.12 |
| HSL | 348.97º | 0.99% | 0.44% | - |
| HSV(B) | 348.97º | 1% | 0.88% | - |
| XYZ | 31.17 | 16.04 | 3.64 | - |
| YUV | 72.35 | 110.88 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 42 | 0 | 1.00 | 0.81 | 0.12 | 348.97 | 0.99 | 0.44 |
| Hex | E0 | 1 | 2A | 0 | 64 | 51 | C | 15D | 63 | 2C |
| Octal | 340 | 1 | 52 | 0 | 144 | 121 | 14 | 535 | 143 | 54 |
| Binary | 11100000 | 1 | 101010 | 0 | 1100100 | 1010001 | 1100 | 101011101 | 1100011 | 101100 |
Color Harmonies of #E0012A
Complementary color
Monochromatic Colors of #E0012A
Black with #E0012A
Text Example
Text Example
White with #E0012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0012A; }
p { color: rgb(224,1,42); }
H1.HeaderClassName
{
color: #E0012A;
}
.AnyTagClassName
{
color: #E0012A;
}
</style>
background-color css
<style>
a { background-color: #E0012A; }
a { background-color: rgb(224,1,42); }
div.DivClassName
{
background-color: #E0012A;
}
.BgClassName
{
background-color: #E0012A;
}
</style>
border-color css
<style>
span { border-color: #E0012A; }
span { border-color: rgb(224,1,42); }
td.TdClassName
{
border-color: #E0012A;
}
.TagClassName
{
border-color: #E0012A;
}
</style>