Shades of Crimson #E2152A
Tints of Crimson #E2152A
RGB
CMYK
RGB Variations
Color information
#E2152A (or 0xE2152A) is known color: Crimson. HEX triplet: E2, 15 and 2A. RGB value is (226,21,42). Sum of RGB (Red+Green+Blue) = 226+21+42=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2152A is #1DEAD5. Grayscale: #545454. Windows color (decimal): -1960662 or 2758114. OLE color: 2758114.
HSL color Cylindrical-coordinate representation of color #E2152A: hue angle of 353.85º 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 #E2152A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.11 |
| HSL | 353.85º | 0.83% | 0.48% | - |
| HSV(B) | 353.85º | 0.91% | 0.89% | - |
| XYZ | 32.05 | 16.87 | 3.76 | - |
| YUV | 84.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 42 | 0 | 0.91 | 0.81 | 0.11 | 353.85 | 0.83 | 0.48 |
| Hex | E2 | 15 | 2A | 0 | 5B | 51 | B | 162 | 53 | 30 |
| Octal | 342 | 25 | 52 | 0 | 133 | 121 | 13 | 542 | 123 | 60 |
| Binary | 11100010 | 10101 | 101010 | 0 | 1011011 | 1010001 | 1011 | 101100010 | 1010011 | 110000 |
Color Harmonies of #E2152A
Complementary color
Monochromatic Colors of #E2152A
Black with #E2152A
Text Example
Text Example
White with #E2152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2152A; }
p { color: rgb(226,21,42); }
H1.HeaderClassName
{
color: #E2152A;
}
.AnyTagClassName
{
color: #E2152A;
}
</style>
background-color css
<style>
a { background-color: #E2152A; }
a { background-color: rgb(226,21,42); }
div.DivClassName
{
background-color: #E2152A;
}
.BgClassName
{
background-color: #E2152A;
}
</style>
border-color css
<style>
span { border-color: #E2152A; }
span { border-color: rgb(226,21,42); }
td.TdClassName
{
border-color: #E2152A;
}
.TagClassName
{
border-color: #E2152A;
}
</style>