Shades of Crimson #E01644
Tints of Crimson #E01644
RGB
CMYK
RGB Variations
Color information
#E01644 (or 0xE01644) is known color: Crimson. HEX triplet: E0, 16 and 44. RGB value is (224,22,68). Sum of RGB (Red+Green+Blue) = 224+22+68=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E01644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01644 is #1FE9BB. Grayscale: #575757. Windows color (decimal): -2091452 or 4462304. OLE color: 4462304.
HSL color Cylindrical-coordinate representation of color #E01644: hue angle of 346.34º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01644 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.12 |
| HSL | 346.34º | 0.82% | 0.48% | - |
| HSV(B) | 346.34º | 0.9% | 0.88% | - |
| XYZ | 32.07 | 16.84 | 7.03 | - |
| YUV | 87.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 68 | 0 | 0.90 | 0.70 | 0.12 | 346.34 | 0.82 | 0.48 |
| Hex | E0 | 16 | 44 | 0 | 5A | 46 | C | 15A | 52 | 30 |
| Octal | 340 | 26 | 104 | 0 | 132 | 106 | 14 | 532 | 122 | 60 |
| Binary | 11100000 | 10110 | 1000100 | 0 | 1011010 | 1000110 | 1100 | 101011010 | 1010010 | 110000 |
Color Harmonies of #E01644
Complementary color
Monochromatic Colors of #E01644
Black with #E01644
Text Example
Text Example
White with #E01644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01644; }
p { color: rgb(224,22,68); }
H1.HeaderClassName
{
color: #E01644;
}
.AnyTagClassName
{
color: #E01644;
}
</style>
background-color css
<style>
a { background-color: #E01644; }
a { background-color: rgb(224,22,68); }
div.DivClassName
{
background-color: #E01644;
}
.BgClassName
{
background-color: #E01644;
}
</style>
border-color css
<style>
span { border-color: #E01644; }
span { border-color: rgb(224,22,68); }
td.TdClassName
{
border-color: #E01644;
}
.TagClassName
{
border-color: #E01644;
}
</style>