Shades of Crimson #E21240
Tints of Crimson #E21240
RGB
CMYK
RGB Variations
Color information
#E21240 (or 0xE21240) is known color: Crimson. HEX triplet: E2, 12 and 40. RGB value is (226,18,64). Sum of RGB (Red+Green+Blue) = 226+18+64=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E21240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21240 is #1DEDBF. Grayscale: #555555. Windows color (decimal): -1961408 or 4199138. OLE color: 4199138.
HSL color Cylindrical-coordinate representation of color #E21240: hue angle of 346.73º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21240 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 18 | 64 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.11 |
| HSL | 346.73º | 0.85% | 0.48% | - |
| HSV(B) | 346.73º | 0.92% | 0.89% | - |
| XYZ | 32.51 | 16.97 | 6.41 | - |
| YUV | 85.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 18 | 64 | 0 | 0.92 | 0.72 | 0.11 | 346.73 | 0.85 | 0.48 |
| Hex | E2 | 12 | 40 | 0 | 5C | 48 | B | 15B | 55 | 30 |
| Octal | 342 | 22 | 100 | 0 | 134 | 110 | 13 | 533 | 125 | 60 |
| Binary | 11100010 | 10010 | 1000000 | 0 | 1011100 | 1001000 | 1011 | 101011011 | 1010101 | 110000 |
Color Harmonies of #E21240
Complementary color
Monochromatic Colors of #E21240
Black with #E21240
Text Example
Text Example
White with #E21240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21240; }
p { color: rgb(226,18,64); }
H1.HeaderClassName
{
color: #E21240;
}
.AnyTagClassName
{
color: #E21240;
}
</style>
background-color css
<style>
a { background-color: #E21240; }
a { background-color: rgb(226,18,64); }
div.DivClassName
{
background-color: #E21240;
}
.BgClassName
{
background-color: #E21240;
}
</style>
border-color css
<style>
span { border-color: #E21240; }
span { border-color: rgb(226,18,64); }
td.TdClassName
{
border-color: #E21240;
}
.TagClassName
{
border-color: #E21240;
}
</style>