Shades of Crimson #E21C3C
Tints of Crimson #E21C3C
RGB
CMYK
RGB Variations
Color information
#E21C3C (or 0xE21C3C) is known color: Crimson. HEX triplet: E2, 1C and 3C. RGB value is (226,28,60). Sum of RGB (Red+Green+Blue) = 226+28+60=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C3C is #1DE3C3. Grayscale: #5A5A5A. Windows color (decimal): -1958852 or 3939554. OLE color: 3939554.
HSL color Cylindrical-coordinate representation of color #E21C3C: hue angle of 350.3º degrees, saturation: 0.78, 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 #E21C3C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 60 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.11 |
| HSL | 350.3º | 0.78% | 0.5% | - |
| HSV(B) | 350.3º | 0.88% | 0.89% | - |
| XYZ | 32.59 | 17.33 | 5.9 | - |
| YUV | 90.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 60 | 0 | 0.88 | 0.73 | 0.11 | 350.3 | 0.78 | 0.5 |
| Hex | E2 | 1C | 3C | 0 | 58 | 49 | B | 15E | 4E | 32 |
| Octal | 342 | 34 | 74 | 0 | 130 | 111 | 13 | 536 | 116 | 62 |
| Binary | 11100010 | 11100 | 111100 | 0 | 1011000 | 1001001 | 1011 | 101011110 | 1001110 | 110010 |
Color Harmonies of #E21C3C
Complementary color
Monochromatic Colors of #E21C3C
Black with #E21C3C
Text Example
Text Example
White with #E21C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C3C; }
p { color: rgb(226,28,60); }
H1.HeaderClassName
{
color: #E21C3C;
}
.AnyTagClassName
{
color: #E21C3C;
}
</style>
background-color css
<style>
a { background-color: #E21C3C; }
a { background-color: rgb(226,28,60); }
div.DivClassName
{
background-color: #E21C3C;
}
.BgClassName
{
background-color: #E21C3C;
}
</style>
border-color css
<style>
span { border-color: #E21C3C; }
span { border-color: rgb(226,28,60); }
td.TdClassName
{
border-color: #E21C3C;
}
.TagClassName
{
border-color: #E21C3C;
}
</style>