Shades of Crimson #E20536
Tints of Crimson #E20536
RGB
CMYK
RGB Variations
Color information
#E20536 (or 0xE20536) is known color: Crimson. HEX triplet: E2, 05 and 36. RGB value is (226,5,54). Sum of RGB (Red+Green+Blue) = 226+5+54=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E20536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20536 is #1DFAC9. Grayscale: #4C4C4C. Windows color (decimal): -1964746 or 3540450. OLE color: 3540450.
HSL color Cylindrical-coordinate representation of color #E20536: hue angle of 346.7º 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 #E20536 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.11 |
| HSL | 346.7º | 0.96% | 0.45% | - |
| HSV(B) | 346.7º | 0.98% | 0.89% | - |
| XYZ | 32.08 | 16.54 | 4.99 | - |
| YUV | 76.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 54 | 0 | 0.98 | 0.76 | 0.11 | 346.7 | 0.96 | 0.45 |
| Hex | E2 | 5 | 36 | 0 | 62 | 4C | B | 15B | 60 | 2D |
| Octal | 342 | 5 | 66 | 0 | 142 | 114 | 13 | 533 | 140 | 55 |
| Binary | 11100010 | 101 | 110110 | 0 | 1100010 | 1001100 | 1011 | 101011011 | 1100000 | 101101 |
Color Harmonies of #E20536
Complementary color
Monochromatic Colors of #E20536
Black with #E20536
Text Example
Text Example
White with #E20536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20536; }
p { color: rgb(226,5,54); }
H1.HeaderClassName
{
color: #E20536;
}
.AnyTagClassName
{
color: #E20536;
}
</style>
background-color css
<style>
a { background-color: #E20536; }
a { background-color: rgb(226,5,54); }
div.DivClassName
{
background-color: #E20536;
}
.BgClassName
{
background-color: #E20536;
}
</style>
border-color css
<style>
span { border-color: #E20536; }
span { border-color: rgb(226,5,54); }
td.TdClassName
{
border-color: #E20536;
}
.TagClassName
{
border-color: #E20536;
}
</style>