Shades of Crimson #E21745
Tints of Crimson #E21745
RGB
CMYK
RGB Variations
Color information
#E21745 (or 0xE21745) is known color: Crimson. HEX triplet: E2, 17 and 45. RGB value is (226,23,69). Sum of RGB (Red+Green+Blue) = 226+23+69=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E21745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21745 is #1DE8BA. Grayscale: #585858. Windows color (decimal): -1960123 or 4528098. OLE color: 4528098.
HSL color Cylindrical-coordinate representation of color #E21745: hue angle of 346.4º 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 #E21745 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 69 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.11 |
| HSL | 346.4º | 0.82% | 0.49% | - |
| HSV(B) | 346.4º | 0.9% | 0.89% | - |
| XYZ | 32.74 | 17.21 | 7.23 | - |
| YUV | 88.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 69 | 0 | 0.90 | 0.69 | 0.11 | 346.4 | 0.82 | 0.49 |
| Hex | E2 | 17 | 45 | 0 | 5A | 45 | B | 15A | 52 | 31 |
| Octal | 342 | 27 | 105 | 0 | 132 | 105 | 13 | 532 | 122 | 61 |
| Binary | 11100010 | 10111 | 1000101 | 0 | 1011010 | 1000101 | 1011 | 101011010 | 1010010 | 110001 |
Color Harmonies of #E21745
Complementary color
Monochromatic Colors of #E21745
Black with #E21745
Text Example
Text Example
White with #E21745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21745; }
p { color: rgb(226,23,69); }
H1.HeaderClassName
{
color: #E21745;
}
.AnyTagClassName
{
color: #E21745;
}
</style>
background-color css
<style>
a { background-color: #E21745; }
a { background-color: rgb(226,23,69); }
div.DivClassName
{
background-color: #E21745;
}
.BgClassName
{
background-color: #E21745;
}
</style>
border-color css
<style>
span { border-color: #E21745; }
span { border-color: rgb(226,23,69); }
td.TdClassName
{
border-color: #E21745;
}
.TagClassName
{
border-color: #E21745;
}
</style>