Shades of Crimson #E20346
Tints of Crimson #E20346
RGB
CMYK
RGB Variations
Color information
#E20346 (or 0xE20346) is known color: Crimson. HEX triplet: E2, 03 and 46. RGB value is (226,3,70). Sum of RGB (Red+Green+Blue) = 226+3+70=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E20346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20346 is #1DFCB9. Grayscale: #4D4D4D. Windows color (decimal): -1965242 or 4588514. OLE color: 4588514.
HSL color Cylindrical-coordinate representation of color #E20346: hue angle of 341.97º 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 #E20346 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.11 |
| HSL | 341.97º | 0.97% | 0.45% | - |
| HSV(B) | 341.97º | 0.99% | 0.89% | - |
| XYZ | 32.5 | 16.68 | 7.3 | - |
| YUV | 77.32 | 123.88 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 70 | 0 | 0.99 | 0.69 | 0.11 | 341.97 | 0.97 | 0.45 |
| Hex | E2 | 3 | 46 | 0 | 63 | 45 | B | 156 | 61 | 2D |
| Octal | 342 | 3 | 106 | 0 | 143 | 105 | 13 | 526 | 141 | 55 |
| Binary | 11100010 | 11 | 1000110 | 0 | 1100011 | 1000101 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E20346
Complementary color
Monochromatic Colors of #E20346
Black with #E20346
Text Example
Text Example
White with #E20346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20346; }
p { color: rgb(226,3,70); }
H1.HeaderClassName
{
color: #E20346;
}
.AnyTagClassName
{
color: #E20346;
}
</style>
background-color css
<style>
a { background-color: #E20346; }
a { background-color: rgb(226,3,70); }
div.DivClassName
{
background-color: #E20346;
}
.BgClassName
{
background-color: #E20346;
}
</style>
border-color css
<style>
span { border-color: #E20346; }
span { border-color: rgb(226,3,70); }
td.TdClassName
{
border-color: #E20346;
}
.TagClassName
{
border-color: #E20346;
}
</style>