Shades of Crimson #E0072C
Tints of Crimson #E0072C
RGB
CMYK
RGB Variations
Color information
#E0072C (or 0xE0072C) is known color: Crimson. HEX triplet: E0, 07 and 2C. RGB value is (224,7,44). Sum of RGB (Red+Green+Blue) = 224+7+44=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E0072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0072C is #1FF8D3. Grayscale: #4C4C4C. Windows color (decimal): -2095316 or 2885600. OLE color: 2885600.
HSL color Cylindrical-coordinate representation of color #E0072C: hue angle of 349.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0072C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.12 |
| HSL | 349.77º | 0.94% | 0.45% | - |
| HSV(B) | 349.77º | 0.97% | 0.88% | - |
| XYZ | 31.27 | 16.18 | 3.86 | - |
| YUV | 76.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 44 | 0 | 0.97 | 0.80 | 0.12 | 349.77 | 0.94 | 0.45 |
| Hex | E0 | 7 | 2C | 0 | 61 | 50 | C | 15E | 5E | 2D |
| Octal | 340 | 7 | 54 | 0 | 141 | 120 | 14 | 536 | 136 | 55 |
| Binary | 11100000 | 111 | 101100 | 0 | 1100001 | 1010000 | 1100 | 101011110 | 1011110 | 101101 |
Color Harmonies of #E0072C
Complementary color
Monochromatic Colors of #E0072C
Black with #E0072C
Text Example
Text Example
White with #E0072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0072C; }
p { color: rgb(224,7,44); }
H1.HeaderClassName
{
color: #E0072C;
}
.AnyTagClassName
{
color: #E0072C;
}
</style>
background-color css
<style>
a { background-color: #E0072C; }
a { background-color: rgb(224,7,44); }
div.DivClassName
{
background-color: #E0072C;
}
.BgClassName
{
background-color: #E0072C;
}
</style>
border-color css
<style>
span { border-color: #E0072C; }
span { border-color: rgb(224,7,44); }
td.TdClassName
{
border-color: #E0072C;
}
.TagClassName
{
border-color: #E0072C;
}
</style>