Shades of Crimson #E21532
Tints of Crimson #E21532
RGB
CMYK
RGB Variations
Color information
#E21532 (or 0xE21532) is known color: Crimson. HEX triplet: E2, 15 and 32. RGB value is (226,21,50). Sum of RGB (Red+Green+Blue) = 226+21+50=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E21532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21532 is #1DEACD. Grayscale: #555555. Windows color (decimal): -1960654 or 3282402. OLE color: 3282402.
HSL color Cylindrical-coordinate representation of color #E21532: hue angle of 351.51º 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 #E21532 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 50 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.11 |
| HSL | 351.51º | 0.83% | 0.48% | - |
| HSV(B) | 351.51º | 0.91% | 0.89% | - |
| XYZ | 32.21 | 16.94 | 4.59 | - |
| YUV | 85.6 | 107.92 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 50 | 0 | 0.91 | 0.78 | 0.11 | 351.51 | 0.83 | 0.48 |
| Hex | E2 | 15 | 32 | 0 | 5B | 4E | B | 160 | 53 | 30 |
| Octal | 342 | 25 | 62 | 0 | 133 | 116 | 13 | 540 | 123 | 60 |
| Binary | 11100010 | 10101 | 110010 | 0 | 1011011 | 1001110 | 1011 | 101100000 | 1010011 | 110000 |
Color Harmonies of #E21532
Complementary color
Monochromatic Colors of #E21532
Black with #E21532
Text Example
Text Example
White with #E21532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21532; }
p { color: rgb(226,21,50); }
H1.HeaderClassName
{
color: #E21532;
}
.AnyTagClassName
{
color: #E21532;
}
</style>
background-color css
<style>
a { background-color: #E21532; }
a { background-color: rgb(226,21,50); }
div.DivClassName
{
background-color: #E21532;
}
.BgClassName
{
background-color: #E21532;
}
</style>
border-color css
<style>
span { border-color: #E21532; }
span { border-color: rgb(226,21,50); }
td.TdClassName
{
border-color: #E21532;
}
.TagClassName
{
border-color: #E21532;
}
</style>