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