Shades of Crimson #E00C47
Tints of Crimson #E00C47
RGB
CMYK
RGB Variations
Color information
#E00C47 (or 0xE00C47) is known color: Crimson. HEX triplet: E0, 0C and 47. RGB value is (224,12,71). Sum of RGB (Red+Green+Blue) = 224+12+71=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C47 is #1FF3B8. Grayscale: #525252. Windows color (decimal): -2094009 or 4656352. OLE color: 4656352.
HSL color Cylindrical-coordinate representation of color #E00C47: hue angle of 343.3º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C47 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.12 |
| HSL | 343.3º | 0.9% | 0.46% | - |
| HSV(B) | 343.3º | 0.95% | 0.88% | - |
| XYZ | 32.01 | 16.57 | 7.47 | - |
| YUV | 82.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 71 | 0 | 0.95 | 0.68 | 0.12 | 343.3 | 0.9 | 0.46 |
| Hex | E0 | C | 47 | 0 | 5F | 44 | C | 157 | 5A | 2E |
| Octal | 340 | 14 | 107 | 0 | 137 | 104 | 14 | 527 | 132 | 56 |
| Binary | 11100000 | 1100 | 1000111 | 0 | 1011111 | 1000100 | 1100 | 101010111 | 1011010 | 101110 |
Color Harmonies of #E00C47
Complementary color
Monochromatic Colors of #E00C47
Black with #E00C47
Text Example
Text Example
White with #E00C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C47; }
p { color: rgb(224,12,71); }
H1.HeaderClassName
{
color: #E00C47;
}
.AnyTagClassName
{
color: #E00C47;
}
</style>
background-color css
<style>
a { background-color: #E00C47; }
a { background-color: rgb(224,12,71); }
div.DivClassName
{
background-color: #E00C47;
}
.BgClassName
{
background-color: #E00C47;
}
</style>
border-color css
<style>
span { border-color: #E00C47; }
span { border-color: rgb(224,12,71); }
td.TdClassName
{
border-color: #E00C47;
}
.TagClassName
{
border-color: #E00C47;
}
</style>