Shades of Crimson #E21B49
Tints of Crimson #E21B49
RGB
CMYK
RGB Variations
Color information
#E21B49 (or 0xE21B49) is known color: Crimson. HEX triplet: E2, 1B and 49. RGB value is (226,27,73). Sum of RGB (Red+Green+Blue) = 226+27+73=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21B49 is #1DE4B6. Grayscale: #5B5B5B. Windows color (decimal): -1959095 or 4791266. OLE color: 4791266.
HSL color Cylindrical-coordinate representation of color #E21B49: hue angle of 346.13º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21B49 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 73 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.11 |
| HSL | 346.13º | 0.79% | 0.5% | - |
| HSV(B) | 346.13º | 0.88% | 0.89% | - |
| XYZ | 32.96 | 17.43 | 7.93 | - |
| YUV | 91.75 | 117.43 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 73 | 0 | 0.88 | 0.68 | 0.11 | 346.13 | 0.79 | 0.5 |
| Hex | E2 | 1B | 49 | 0 | 58 | 44 | B | 15A | 4F | 32 |
| Octal | 342 | 33 | 111 | 0 | 130 | 104 | 13 | 532 | 117 | 62 |
| Binary | 11100010 | 11011 | 1001001 | 0 | 1011000 | 1000100 | 1011 | 101011010 | 1001111 | 110010 |
Color Harmonies of #E21B49
Complementary color
Monochromatic Colors of #E21B49
Black with #E21B49
Text Example
Text Example
White with #E21B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B49; }
p { color: rgb(226,27,73); }
H1.HeaderClassName
{
color: #E21B49;
}
.AnyTagClassName
{
color: #E21B49;
}
</style>
background-color css
<style>
a { background-color: #E21B49; }
a { background-color: rgb(226,27,73); }
div.DivClassName
{
background-color: #E21B49;
}
.BgClassName
{
background-color: #E21B49;
}
</style>
border-color css
<style>
span { border-color: #E21B49; }
span { border-color: rgb(226,27,73); }
td.TdClassName
{
border-color: #E21B49;
}
.TagClassName
{
border-color: #E21B49;
}
</style>