Shades of Crimson #E21542
Tints of Crimson #E21542
RGB
CMYK
RGB Variations
Color information
#E21542 (or 0xE21542) is known color: Crimson. HEX triplet: E2, 15 and 42. RGB value is (226,21,66). Sum of RGB (Red+Green+Blue) = 226+21+66=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E21542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21542 is #1DEABD. Grayscale: #575757. Windows color (decimal): -1960638 or 4330978. OLE color: 4330978.
HSL color Cylindrical-coordinate representation of color #E21542: hue angle of 346.83º 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 #E21542 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 66 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.11 |
| HSL | 346.83º | 0.83% | 0.48% | - |
| HSV(B) | 346.83º | 0.91% | 0.89% | - |
| XYZ | 32.62 | 17.1 | 6.74 | - |
| YUV | 87.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 66 | 0 | 0.91 | 0.71 | 0.11 | 346.83 | 0.83 | 0.48 |
| Hex | E2 | 15 | 42 | 0 | 5B | 47 | B | 15B | 53 | 30 |
| Octal | 342 | 25 | 102 | 0 | 133 | 107 | 13 | 533 | 123 | 60 |
| Binary | 11100010 | 10101 | 1000010 | 0 | 1011011 | 1000111 | 1011 | 101011011 | 1010011 | 110000 |
Color Harmonies of #E21542
Complementary color
Monochromatic Colors of #E21542
Black with #E21542
Text Example
Text Example
White with #E21542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21542; }
p { color: rgb(226,21,66); }
H1.HeaderClassName
{
color: #E21542;
}
.AnyTagClassName
{
color: #E21542;
}
</style>
background-color css
<style>
a { background-color: #E21542; }
a { background-color: rgb(226,21,66); }
div.DivClassName
{
background-color: #E21542;
}
.BgClassName
{
background-color: #E21542;
}
</style>
border-color css
<style>
span { border-color: #E21542; }
span { border-color: rgb(226,21,66); }
td.TdClassName
{
border-color: #E21542;
}
.TagClassName
{
border-color: #E21542;
}
</style>