Shades of Crimson #E21735
Tints of Crimson #E21735
RGB
CMYK
RGB Variations
Color information
#E21735 (or 0xE21735) is known color: Crimson. HEX triplet: E2, 17 and 35. RGB value is (226,23,53). Sum of RGB (Red+Green+Blue) = 226+23+53=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E21735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21735 is #1DE8CA. Grayscale: #575757. Windows color (decimal): -1960139 or 3479522. OLE color: 3479522.
HSL color Cylindrical-coordinate representation of color #E21735: hue angle of 351.13º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21735 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 53 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.11 |
| HSL | 351.13º | 0.82% | 0.49% | - |
| HSV(B) | 351.13º | 0.9% | 0.89% | - |
| XYZ | 32.31 | 17.04 | 4.95 | - |
| YUV | 87.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 53 | 0 | 0.90 | 0.77 | 0.11 | 351.13 | 0.82 | 0.49 |
| Hex | E2 | 17 | 35 | 0 | 5A | 4D | B | 15F | 52 | 31 |
| Octal | 342 | 27 | 65 | 0 | 132 | 115 | 13 | 537 | 122 | 61 |
| Binary | 11100010 | 10111 | 110101 | 0 | 1011010 | 1001101 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E21735
Complementary color
Monochromatic Colors of #E21735
Black with #E21735
Text Example
Text Example
White with #E21735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21735; }
p { color: rgb(226,23,53); }
H1.HeaderClassName
{
color: #E21735;
}
.AnyTagClassName
{
color: #E21735;
}
</style>
background-color css
<style>
a { background-color: #E21735; }
a { background-color: rgb(226,23,53); }
div.DivClassName
{
background-color: #E21735;
}
.BgClassName
{
background-color: #E21735;
}
</style>
border-color css
<style>
span { border-color: #E21735; }
span { border-color: rgb(226,23,53); }
td.TdClassName
{
border-color: #E21735;
}
.TagClassName
{
border-color: #E21735;
}
</style>