Shades of Crimson #E00946
Tints of Crimson #E00946
RGB
CMYK
RGB Variations
Color information
#E00946 (or 0xE00946) is known color: Crimson. HEX triplet: E0, 09 and 46. RGB value is (224,9,70). Sum of RGB (Red+Green+Blue) = 224+9+70=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E00946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00946 is #1FF6B9. Grayscale: #505050. Windows color (decimal): -2094778 or 4590048. OLE color: 4590048.
HSL color Cylindrical-coordinate representation of color #E00946: hue angle of 342.98º degrees, saturation: 0.92, 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 #E00946 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 70 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.12 |
| HSL | 342.98º | 0.92% | 0.46% | - |
| HSV(B) | 342.98º | 0.96% | 0.88% | - |
| XYZ | 31.94 | 16.48 | 7.29 | - |
| YUV | 80.24 | 122.23 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 70 | 0 | 0.96 | 0.69 | 0.12 | 342.98 | 0.92 | 0.46 |
| Hex | E0 | 9 | 46 | 0 | 60 | 45 | C | 157 | 5C | 2E |
| Octal | 340 | 11 | 106 | 0 | 140 | 105 | 14 | 527 | 134 | 56 |
| Binary | 11100000 | 1001 | 1000110 | 0 | 1100000 | 1000101 | 1100 | 101010111 | 1011100 | 101110 |
Color Harmonies of #E00946
Complementary color
Monochromatic Colors of #E00946
Black with #E00946
Text Example
Text Example
White with #E00946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00946; }
p { color: rgb(224,9,70); }
H1.HeaderClassName
{
color: #E00946;
}
.AnyTagClassName
{
color: #E00946;
}
</style>
background-color css
<style>
a { background-color: #E00946; }
a { background-color: rgb(224,9,70); }
div.DivClassName
{
background-color: #E00946;
}
.BgClassName
{
background-color: #E00946;
}
</style>
border-color css
<style>
span { border-color: #E00946; }
span { border-color: rgb(224,9,70); }
td.TdClassName
{
border-color: #E00946;
}
.TagClassName
{
border-color: #E00946;
}
</style>