Shades of Crimson #E21C3D
Tints of Crimson #E21C3D
RGB
CMYK
RGB Variations
Color information
#E21C3D (or 0xE21C3D) is known color: Crimson. HEX triplet: E2, 1C and 3D. RGB value is (226,28,61). Sum of RGB (Red+Green+Blue) = 226+28+61=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C3D is #1DE3C2. Grayscale: #5B5B5B. Windows color (decimal): -1958851 or 4005090. OLE color: 4005090.
HSL color Cylindrical-coordinate representation of color #E21C3D: hue angle of 350º 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 #E21C3D is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 61 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.11 |
| HSL | 350º | 0.78% | 0.5% | - |
| HSV(B) | 350º | 0.88% | 0.89% | - |
| XYZ | 32.62 | 17.34 | 6.04 | - |
| YUV | 90.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 61 | 0 | 0.88 | 0.73 | 0.11 | 350 | 0.78 | 0.5 |
| Hex | E2 | 1C | 3D | 0 | 58 | 49 | B | 15E | 4E | 32 |
| Octal | 342 | 34 | 75 | 0 | 130 | 111 | 13 | 536 | 116 | 62 |
| Binary | 11100010 | 11100 | 111101 | 0 | 1011000 | 1001001 | 1011 | 101011110 | 1001110 | 110010 |
Color Harmonies of #E21C3D
Complementary color
Monochromatic Colors of #E21C3D
Black with #E21C3D
Text Example
Text Example
White with #E21C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C3D; }
p { color: rgb(226,28,61); }
H1.HeaderClassName
{
color: #E21C3D;
}
.AnyTagClassName
{
color: #E21C3D;
}
</style>
background-color css
<style>
a { background-color: #E21C3D; }
a { background-color: rgb(226,28,61); }
div.DivClassName
{
background-color: #E21C3D;
}
.BgClassName
{
background-color: #E21C3D;
}
</style>
border-color css
<style>
span { border-color: #E21C3D; }
span { border-color: rgb(226,28,61); }
td.TdClassName
{
border-color: #E21C3D;
}
.TagClassName
{
border-color: #E21C3D;
}
</style>