Shades of Crimson #E30946
Tints of Crimson #E30946
RGB
CMYK
RGB Variations
Color information
#E30946 (or 0xE30946) is known color: Crimson. HEX triplet: E3, 09 and 46. RGB value is (227,9,70). Sum of RGB (Red+Green+Blue) = 227+9+70=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E30946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30946 is #1CF6B9. Grayscale: #515151. Windows color (decimal): -1898170 or 4590051. OLE color: 4590051.
HSL color Cylindrical-coordinate representation of color #E30946: hue angle of 343.21º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30946 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 70 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.11 |
| HSL | 343.21º | 0.92% | 0.46% | - |
| HSV(B) | 343.21º | 0.96% | 0.89% | - |
| XYZ | 32.88 | 16.97 | 7.34 | - |
| YUV | 81.14 | 121.72 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 70 | 0 | 0.96 | 0.69 | 0.11 | 343.21 | 0.92 | 0.46 |
| Hex | E3 | 9 | 46 | 0 | 60 | 45 | B | 157 | 5C | 2E |
| Octal | 343 | 11 | 106 | 0 | 140 | 105 | 13 | 527 | 134 | 56 |
| Binary | 11100011 | 1001 | 1000110 | 0 | 1100000 | 1000101 | 1011 | 101010111 | 1011100 | 101110 |
Color Harmonies of #E30946
Complementary color
Monochromatic Colors of #E30946
Black with #E30946
Text Example
Text Example
White with #E30946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30946; }
p { color: rgb(227,9,70); }
H1.HeaderClassName
{
color: #E30946;
}
.AnyTagClassName
{
color: #E30946;
}
</style>
background-color css
<style>
a { background-color: #E30946; }
a { background-color: rgb(227,9,70); }
div.DivClassName
{
background-color: #E30946;
}
.BgClassName
{
background-color: #E30946;
}
</style>
border-color css
<style>
span { border-color: #E30946; }
span { border-color: rgb(227,9,70); }
td.TdClassName
{
border-color: #E30946;
}
.TagClassName
{
border-color: #E30946;
}
</style>