Shades of Crimson #E2153A
Tints of Crimson #E2153A
RGB
CMYK
RGB Variations
Color information
#E2153A (or 0xE2153A) is known color: Crimson. HEX triplet: E2, 15 and 3A. RGB value is (226,21,58). Sum of RGB (Red+Green+Blue) = 226+21+58=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2153A is #1DEAC5. Grayscale: #565656. Windows color (decimal): -1960646 or 3806690. OLE color: 3806690.
HSL color Cylindrical-coordinate representation of color #E2153A: hue angle of 349.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2153A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.11 |
| HSL | 349.17º | 0.83% | 0.48% | - |
| HSV(B) | 349.17º | 0.91% | 0.89% | - |
| XYZ | 32.4 | 17.01 | 5.58 | - |
| YUV | 86.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 58 | 0 | 0.91 | 0.74 | 0.11 | 349.17 | 0.83 | 0.48 |
| Hex | E2 | 15 | 3A | 0 | 5B | 4A | B | 15D | 53 | 30 |
| Octal | 342 | 25 | 72 | 0 | 133 | 112 | 13 | 535 | 123 | 60 |
| Binary | 11100010 | 10101 | 111010 | 0 | 1011011 | 1001010 | 1011 | 101011101 | 1010011 | 110000 |
Color Harmonies of #E2153A
Complementary color
Monochromatic Colors of #E2153A
Black with #E2153A
Text Example
Text Example
White with #E2153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2153A; }
p { color: rgb(226,21,58); }
H1.HeaderClassName
{
color: #E2153A;
}
.AnyTagClassName
{
color: #E2153A;
}
</style>
background-color css
<style>
a { background-color: #E2153A; }
a { background-color: rgb(226,21,58); }
div.DivClassName
{
background-color: #E2153A;
}
.BgClassName
{
background-color: #E2153A;
}
</style>
border-color css
<style>
span { border-color: #E2153A; }
span { border-color: rgb(226,21,58); }
td.TdClassName
{
border-color: #E2153A;
}
.TagClassName
{
border-color: #E2153A;
}
</style>