Shades of Crimson #E21A3E
Tints of Crimson #E21A3E
RGB
CMYK
RGB Variations
Color information
#E21A3E (or 0xE21A3E) is known color: Crimson. HEX triplet: E2, 1A and 3E. RGB value is (226,26,62). Sum of RGB (Red+Green+Blue) = 226+26+62=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A3E is #1DE5C1. Grayscale: #595959. Windows color (decimal): -1959362 or 4070114. OLE color: 4070114.
HSL color Cylindrical-coordinate representation of color #E21A3E: hue angle of 349.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A3E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 62 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.11 |
| HSL | 349.2º | 0.79% | 0.49% | - |
| HSV(B) | 349.2º | 0.88% | 0.89% | - |
| XYZ | 32.6 | 17.26 | 6.17 | - |
| YUV | 89.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 62 | 0 | 0.88 | 0.73 | 0.11 | 349.2 | 0.79 | 0.49 |
| Hex | E2 | 1A | 3E | 0 | 58 | 49 | B | 15D | 4F | 31 |
| Octal | 342 | 32 | 76 | 0 | 130 | 111 | 13 | 535 | 117 | 61 |
| Binary | 11100010 | 11010 | 111110 | 0 | 1011000 | 1001001 | 1011 | 101011101 | 1001111 | 110001 |
Color Harmonies of #E21A3E
Complementary color
Monochromatic Colors of #E21A3E
Black with #E21A3E
Text Example
Text Example
White with #E21A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A3E; }
p { color: rgb(226,26,62); }
H1.HeaderClassName
{
color: #E21A3E;
}
.AnyTagClassName
{
color: #E21A3E;
}
</style>
background-color css
<style>
a { background-color: #E21A3E; }
a { background-color: rgb(226,26,62); }
div.DivClassName
{
background-color: #E21A3E;
}
.BgClassName
{
background-color: #E21A3E;
}
</style>
border-color css
<style>
span { border-color: #E21A3E; }
span { border-color: rgb(226,26,62); }
td.TdClassName
{
border-color: #E21A3E;
}
.TagClassName
{
border-color: #E21A3E;
}
</style>