Shades of Crimson #E21545
Tints of Crimson #E21545
RGB
CMYK
RGB Variations
Color information
#E21545 (or 0xE21545) is known color: Crimson. HEX triplet: E2, 15 and 45. RGB value is (226,21,69). Sum of RGB (Red+Green+Blue) = 226+21+69=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E21545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21545 is #1DEABA. Grayscale: #575757. Windows color (decimal): -1960635 or 4527586. OLE color: 4527586.
HSL color Cylindrical-coordinate representation of color #E21545: hue angle of 345.95º 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 #E21545 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 69 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.11 |
| HSL | 345.95º | 0.83% | 0.48% | - |
| HSV(B) | 345.95º | 0.91% | 0.89% | - |
| XYZ | 32.71 | 17.13 | 7.21 | - |
| YUV | 87.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 69 | 0 | 0.91 | 0.69 | 0.11 | 345.95 | 0.83 | 0.48 |
| Hex | E2 | 15 | 45 | 0 | 5B | 45 | B | 15A | 53 | 30 |
| Octal | 342 | 25 | 105 | 0 | 133 | 105 | 13 | 532 | 123 | 60 |
| Binary | 11100010 | 10101 | 1000101 | 0 | 1011011 | 1000101 | 1011 | 101011010 | 1010011 | 110000 |
Color Harmonies of #E21545
Complementary color
Monochromatic Colors of #E21545
Black with #E21545
Text Example
Text Example
White with #E21545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21545; }
p { color: rgb(226,21,69); }
H1.HeaderClassName
{
color: #E21545;
}
.AnyTagClassName
{
color: #E21545;
}
</style>
background-color css
<style>
a { background-color: #E21545; }
a { background-color: rgb(226,21,69); }
div.DivClassName
{
background-color: #E21545;
}
.BgClassName
{
background-color: #E21545;
}
</style>
border-color css
<style>
span { border-color: #E21545; }
span { border-color: rgb(226,21,69); }
td.TdClassName
{
border-color: #E21545;
}
.TagClassName
{
border-color: #E21545;
}
</style>