Shades of Crimson #E30046
Tints of Crimson #E30046
RGB
CMYK
RGB Variations
Color information
#E30046 (or 0xE30046) is known color: Crimson. HEX triplet: E3, 00 and 46. RGB value is (227,0,70). Sum of RGB (Red+Green+Blue) = 227+0+70=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E30046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30046 is #1CFFB9. Grayscale: #4B4B4B. Windows color (decimal): -1900474 or 4587747. OLE color: 4587747.
HSL color Cylindrical-coordinate representation of color #E30046: hue angle of 341.5º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30046 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.69 | 0.11 |
| HSL | 341.5º | 1% | 0.45% | - |
| HSV(B) | 341.5º | 1% | 0.89% | - |
| XYZ | 32.78 | 16.77 | 7.3 | - |
| YUV | 75.85 | 124.71 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 70 | 0 | 1 | 0.69 | 0.11 | 341.5 | 1 | 0.45 |
| Hex | E3 | 0 | 46 | 0 | 64 | 45 | B | 155 | 64 | 2D |
| Octal | 343 | 0 | 106 | 0 | 144 | 105 | 13 | 525 | 144 | 55 |
| Binary | 11100011 | 0 | 1000110 | 0 | 1100100 | 1000101 | 1011 | 101010101 | 1100100 | 101101 |
Color Harmonies of #E30046
Complementary color
Monochromatic Colors of #E30046
Black with #E30046
Text Example
Text Example
White with #E30046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30046; }
p { color: rgb(227,0,70); }
H1.HeaderClassName
{
color: #E30046;
}
.AnyTagClassName
{
color: #E30046;
}
</style>
background-color css
<style>
a { background-color: #E30046; }
a { background-color: rgb(227,0,70); }
div.DivClassName
{
background-color: #E30046;
}
.BgClassName
{
background-color: #E30046;
}
</style>
border-color css
<style>
span { border-color: #E30046; }
span { border-color: rgb(227,0,70); }
td.TdClassName
{
border-color: #E30046;
}
.TagClassName
{
border-color: #E30046;
}
</style>