Shades of Crimson #E2152D
Tints of Crimson #E2152D
RGB
CMYK
RGB Variations
Color information
#E2152D (or 0xE2152D) is known color: Crimson. HEX triplet: E2, 15 and 2D. RGB value is (226,21,45). Sum of RGB (Red+Green+Blue) = 226+21+45=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2152D is #1DEAD2. Grayscale: #555555. Windows color (decimal): -1960659 or 2954722. OLE color: 2954722.
HSL color Cylindrical-coordinate representation of color #E2152D: hue angle of 352.98º 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 #E2152D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.11 |
| HSL | 352.98º | 0.83% | 0.48% | - |
| HSV(B) | 352.98º | 0.91% | 0.89% | - |
| XYZ | 32.11 | 16.89 | 4.05 | - |
| YUV | 85.03 | 105.42 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 45 | 0 | 0.91 | 0.80 | 0.11 | 352.98 | 0.83 | 0.48 |
| Hex | E2 | 15 | 2D | 0 | 5B | 50 | B | 161 | 53 | 30 |
| Octal | 342 | 25 | 55 | 0 | 133 | 120 | 13 | 541 | 123 | 60 |
| Binary | 11100010 | 10101 | 101101 | 0 | 1011011 | 1010000 | 1011 | 101100001 | 1010011 | 110000 |
Color Harmonies of #E2152D
Complementary color
Monochromatic Colors of #E2152D
Black with #E2152D
Text Example
Text Example
White with #E2152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2152D; }
p { color: rgb(226,21,45); }
H1.HeaderClassName
{
color: #E2152D;
}
.AnyTagClassName
{
color: #E2152D;
}
</style>
background-color css
<style>
a { background-color: #E2152D; }
a { background-color: rgb(226,21,45); }
div.DivClassName
{
background-color: #E2152D;
}
.BgClassName
{
background-color: #E2152D;
}
</style>
border-color css
<style>
span { border-color: #E2152D; }
span { border-color: rgb(226,21,45); }
td.TdClassName
{
border-color: #E2152D;
}
.TagClassName
{
border-color: #E2152D;
}
</style>