Shades of Crimson #E20834
Tints of Crimson #E20834
RGB
CMYK
RGB Variations
Color information
#E20834 (or 0xE20834) is known color: Crimson. HEX triplet: E2, 08 and 34. RGB value is (226,8,52). Sum of RGB (Red+Green+Blue) = 226+8+52=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E20834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20834 is #1DF7CB. Grayscale: #4E4E4E. Windows color (decimal): -1963980 or 3410146. OLE color: 3410146.
HSL color Cylindrical-coordinate representation of color #E20834: hue angle of 347.89º degrees, saturation: 0.93, 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 #E20834 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 52 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.11 |
| HSL | 347.89º | 0.93% | 0.46% | - |
| HSV(B) | 347.89º | 0.96% | 0.89% | - |
| XYZ | 32.07 | 16.59 | 4.76 | - |
| YUV | 78.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 52 | 0 | 0.96 | 0.77 | 0.11 | 347.89 | 0.93 | 0.46 |
| Hex | E2 | 8 | 34 | 0 | 60 | 4D | B | 15C | 5D | 2E |
| Octal | 342 | 10 | 64 | 0 | 140 | 115 | 13 | 534 | 135 | 56 |
| Binary | 11100010 | 1000 | 110100 | 0 | 1100000 | 1001101 | 1011 | 101011100 | 1011101 | 101110 |
Color Harmonies of #E20834
Complementary color
Monochromatic Colors of #E20834
Black with #E20834
Text Example
Text Example
White with #E20834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20834; }
p { color: rgb(226,8,52); }
H1.HeaderClassName
{
color: #E20834;
}
.AnyTagClassName
{
color: #E20834;
}
</style>
background-color css
<style>
a { background-color: #E20834; }
a { background-color: rgb(226,8,52); }
div.DivClassName
{
background-color: #E20834;
}
.BgClassName
{
background-color: #E20834;
}
</style>
border-color css
<style>
span { border-color: #E20834; }
span { border-color: rgb(226,8,52); }
td.TdClassName
{
border-color: #E20834;
}
.TagClassName
{
border-color: #E20834;
}
</style>