Shades of Crimson #E20535
Tints of Crimson #E20535
RGB
CMYK
RGB Variations
Color information
#E20535 (or 0xE20535) is known color: Crimson. HEX triplet: E2, 05 and 35. RGB value is (226,5,53). Sum of RGB (Red+Green+Blue) = 226+5+53=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E20535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20535 is #1DFACA. Grayscale: #4C4C4C. Windows color (decimal): -1964747 or 3474914. OLE color: 3474914.
HSL color Cylindrical-coordinate representation of color #E20535: hue angle of 346.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20535 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.11 |
| HSL | 346.97º | 0.96% | 0.45% | - |
| HSV(B) | 346.97º | 0.98% | 0.89% | - |
| XYZ | 32.06 | 16.53 | 4.87 | - |
| YUV | 76.55 | 114.72 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 53 | 0 | 0.98 | 0.77 | 0.11 | 346.97 | 0.96 | 0.45 |
| Hex | E2 | 5 | 35 | 0 | 62 | 4D | B | 15B | 60 | 2D |
| Octal | 342 | 5 | 65 | 0 | 142 | 115 | 13 | 533 | 140 | 55 |
| Binary | 11100010 | 101 | 110101 | 0 | 1100010 | 1001101 | 1011 | 101011011 | 1100000 | 101101 |
Color Harmonies of #E20535
Complementary color
Monochromatic Colors of #E20535
Black with #E20535
Text Example
Text Example
White with #E20535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20535; }
p { color: rgb(226,5,53); }
H1.HeaderClassName
{
color: #E20535;
}
.AnyTagClassName
{
color: #E20535;
}
</style>
background-color css
<style>
a { background-color: #E20535; }
a { background-color: rgb(226,5,53); }
div.DivClassName
{
background-color: #E20535;
}
.BgClassName
{
background-color: #E20535;
}
</style>
border-color css
<style>
span { border-color: #E20535; }
span { border-color: rgb(226,5,53); }
td.TdClassName
{
border-color: #E20535;
}
.TagClassName
{
border-color: #E20535;
}
</style>