Shades of Crimson #E30346
Tints of Crimson #E30346
RGB
CMYK
RGB Variations
Color information
#E30346 (or 0xE30346) is known color: Crimson. HEX triplet: E3, 03 and 46. RGB value is (227,3,70). Sum of RGB (Red+Green+Blue) = 227+3+70=300 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 227 - color contains mainly: red. Hex color #E30346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30346 is #1CFCB9. Grayscale: #4D4D4D. Windows color (decimal): -1899706 or 4588515. OLE color: 4588515.
HSL color Cylindrical-coordinate representation of color #E30346: hue angle of 342.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30346 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.11 |
| HSL | 342.05º | 0.97% | 0.45% | - |
| HSV(B) | 342.05º | 0.99% | 0.89% | - |
| XYZ | 32.82 | 16.84 | 7.31 | - |
| YUV | 77.61 | 123.71 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 70 | 0 | 0.99 | 0.69 | 0.11 | 342.05 | 0.97 | 0.45 |
| Hex | E3 | 3 | 46 | 0 | 63 | 45 | B | 156 | 61 | 2D |
| Octal | 343 | 3 | 106 | 0 | 143 | 105 | 13 | 526 | 141 | 55 |
| Binary | 11100011 | 11 | 1000110 | 0 | 1100011 | 1000101 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E30346
Complementary color
Monochromatic Colors of #E30346
Black with #E30346
Text Example
Text Example
White with #E30346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30346; }
p { color: rgb(227,3,70); }
H1.HeaderClassName
{
color: #E30346;
}
.AnyTagClassName
{
color: #E30346;
}
</style>
background-color css
<style>
a { background-color: #E30346; }
a { background-color: rgb(227,3,70); }
div.DivClassName
{
background-color: #E30346;
}
.BgClassName
{
background-color: #E30346;
}
</style>
border-color css
<style>
span { border-color: #E30346; }
span { border-color: rgb(227,3,70); }
td.TdClassName
{
border-color: #E30346;
}
.TagClassName
{
border-color: #E30346;
}
</style>