Shades of Crimson #E0012F
Tints of Crimson #E0012F
RGB
CMYK
RGB Variations
Color information
#E0012F (or 0xE0012F) is known color: Crimson. HEX triplet: E0, 01 and 2F. RGB value is (224,1,47). Sum of RGB (Red+Green+Blue) = 224+1+47=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0012F is #1FFED0. Grayscale: #484848. Windows color (decimal): -2096849 or 3080672. OLE color: 3080672.
HSL color Cylindrical-coordinate representation of color #E0012F: hue angle of 347.62º 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 #E0012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.12 |
| HSL | 347.62º | 0.99% | 0.44% | - |
| HSV(B) | 347.62º | 1% | 0.88% | - |
| XYZ | 31.26 | 16.07 | 4.14 | - |
| YUV | 72.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 47 | 0 | 1.00 | 0.79 | 0.12 | 347.62 | 0.99 | 0.44 |
| Hex | E0 | 1 | 2F | 0 | 64 | 4F | C | 15C | 63 | 2C |
| Octal | 340 | 1 | 57 | 0 | 144 | 117 | 14 | 534 | 143 | 54 |
| Binary | 11100000 | 1 | 101111 | 0 | 1100100 | 1001111 | 1100 | 101011100 | 1100011 | 101100 |
Color Harmonies of #E0012F
Complementary color
Monochromatic Colors of #E0012F
Black with #E0012F
Text Example
Text Example
White with #E0012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0012F; }
p { color: rgb(224,1,47); }
H1.HeaderClassName
{
color: #E0012F;
}
.AnyTagClassName
{
color: #E0012F;
}
</style>
background-color css
<style>
a { background-color: #E0012F; }
a { background-color: rgb(224,1,47); }
div.DivClassName
{
background-color: #E0012F;
}
.BgClassName
{
background-color: #E0012F;
}
</style>
border-color css
<style>
span { border-color: #E0012F; }
span { border-color: rgb(224,1,47); }
td.TdClassName
{
border-color: #E0012F;
}
.TagClassName
{
border-color: #E0012F;
}
</style>