Shades of Crimson #E20839
Tints of Crimson #E20839
RGB
CMYK
RGB Variations
Color information
#E20839 (or 0xE20839) is known color: Crimson. HEX triplet: E2, 08 and 39. RGB value is (226,8,57). Sum of RGB (Red+Green+Blue) = 226+8+57=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E20839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20839 is #1DF7C6. Grayscale: #4E4E4E. Windows color (decimal): -1963975 or 3737826. OLE color: 3737826.
HSL color Cylindrical-coordinate representation of color #E20839: hue angle of 346.51º 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 #E20839 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 57 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.11 |
| HSL | 346.51º | 0.93% | 0.46% | - |
| HSV(B) | 346.51º | 0.96% | 0.89% | - |
| XYZ | 32.19 | 16.64 | 5.39 | - |
| YUV | 78.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 57 | 0 | 0.96 | 0.75 | 0.11 | 346.51 | 0.93 | 0.46 |
| Hex | E2 | 8 | 39 | 0 | 60 | 4B | B | 15B | 5D | 2E |
| Octal | 342 | 10 | 71 | 0 | 140 | 113 | 13 | 533 | 135 | 56 |
| Binary | 11100010 | 1000 | 111001 | 0 | 1100000 | 1001011 | 1011 | 101011011 | 1011101 | 101110 |
Color Harmonies of #E20839
Complementary color
Monochromatic Colors of #E20839
Black with #E20839
Text Example
Text Example
White with #E20839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20839; }
p { color: rgb(226,8,57); }
H1.HeaderClassName
{
color: #E20839;
}
.AnyTagClassName
{
color: #E20839;
}
</style>
background-color css
<style>
a { background-color: #E20839; }
a { background-color: rgb(226,8,57); }
div.DivClassName
{
background-color: #E20839;
}
.BgClassName
{
background-color: #E20839;
}
</style>
border-color css
<style>
span { border-color: #E20839; }
span { border-color: rgb(226,8,57); }
td.TdClassName
{
border-color: #E20839;
}
.TagClassName
{
border-color: #E20839;
}
</style>