Shades of Crimson #E00A44
Tints of Crimson #E00A44
RGB
CMYK
RGB Variations
Color information
#E00A44 (or 0xE00A44) is known color: Crimson. HEX triplet: E0, 0A and 44. RGB value is (224,10,68). Sum of RGB (Red+Green+Blue) = 224+10+68=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A44 is #1FF5BB. Grayscale: #505050. Windows color (decimal): -2094524 or 4459232. OLE color: 4459232.
HSL color Cylindrical-coordinate representation of color #E00A44: hue angle of 343.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A44 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 68 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.12 |
| HSL | 343.74º | 0.91% | 0.46% | - |
| HSV(B) | 343.74º | 0.96% | 0.88% | - |
| XYZ | 31.89 | 16.48 | 6.97 | - |
| YUV | 80.6 | 120.9 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 68 | 0 | 0.96 | 0.70 | 0.12 | 343.74 | 0.91 | 0.46 |
| Hex | E0 | A | 44 | 0 | 60 | 46 | C | 158 | 5B | 2E |
| Octal | 340 | 12 | 104 | 0 | 140 | 106 | 14 | 530 | 133 | 56 |
| Binary | 11100000 | 1010 | 1000100 | 0 | 1100000 | 1000110 | 1100 | 101011000 | 1011011 | 101110 |
Color Harmonies of #E00A44
Complementary color
Monochromatic Colors of #E00A44
Black with #E00A44
Text Example
Text Example
White with #E00A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A44; }
p { color: rgb(224,10,68); }
H1.HeaderClassName
{
color: #E00A44;
}
.AnyTagClassName
{
color: #E00A44;
}
</style>
background-color css
<style>
a { background-color: #E00A44; }
a { background-color: rgb(224,10,68); }
div.DivClassName
{
background-color: #E00A44;
}
.BgClassName
{
background-color: #E00A44;
}
</style>
border-color css
<style>
span { border-color: #E00A44; }
span { border-color: rgb(224,10,68); }
td.TdClassName
{
border-color: #E00A44;
}
.TagClassName
{
border-color: #E00A44;
}
</style>