Shades of Crimson #E0022C
Tints of Crimson #E0022C
RGB
CMYK
RGB Variations
Color information
#E0022C (or 0xE0022C) is known color: Crimson. HEX triplet: E0, 02 and 2C. RGB value is (224,2,44). Sum of RGB (Red+Green+Blue) = 224+2+44=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0022C is #1FFDD3. Grayscale: #494949. Windows color (decimal): -2096596 or 2884320. OLE color: 2884320.
HSL color Cylindrical-coordinate representation of color #E0022C: hue angle of 348.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0022C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.12 |
| HSL | 348.65º | 0.98% | 0.44% | - |
| HSV(B) | 348.65º | 0.99% | 0.88% | - |
| XYZ | 31.22 | 16.07 | 3.84 | - |
| YUV | 73.17 | 111.55 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 44 | 0 | 0.99 | 0.80 | 0.12 | 348.65 | 0.98 | 0.44 |
| Hex | E0 | 2 | 2C | 0 | 63 | 50 | C | 15D | 62 | 2C |
| Octal | 340 | 2 | 54 | 0 | 143 | 120 | 14 | 535 | 142 | 54 |
| Binary | 11100000 | 10 | 101100 | 0 | 1100011 | 1010000 | 1100 | 101011101 | 1100010 | 101100 |
Color Harmonies of #E0022C
Complementary color
Monochromatic Colors of #E0022C
Black with #E0022C
Text Example
Text Example
White with #E0022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0022C; }
p { color: rgb(224,2,44); }
H1.HeaderClassName
{
color: #E0022C;
}
.AnyTagClassName
{
color: #E0022C;
}
</style>
background-color css
<style>
a { background-color: #E0022C; }
a { background-color: rgb(224,2,44); }
div.DivClassName
{
background-color: #E0022C;
}
.BgClassName
{
background-color: #E0022C;
}
</style>
border-color css
<style>
span { border-color: #E0022C; }
span { border-color: rgb(224,2,44); }
td.TdClassName
{
border-color: #E0022C;
}
.TagClassName
{
border-color: #E0022C;
}
</style>