Shades of Crimson #E01649
Tints of Crimson #E01649
RGB
CMYK
RGB Variations
Color information
#E01649 (or 0xE01649) is known color: Crimson. HEX triplet: E0, 16 and 49. RGB value is (224,22,73). Sum of RGB (Red+Green+Blue) = 224+22+73=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E01649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01649 is #1FE9B6. Grayscale: #585858. Windows color (decimal): -2091447 or 4789984. OLE color: 4789984.
HSL color Cylindrical-coordinate representation of color #E01649: hue angle of 344.85º 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 #E01649 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 73 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.12 |
| HSL | 344.85º | 0.82% | 0.48% | - |
| HSV(B) | 344.85º | 0.9% | 0.88% | - |
| XYZ | 32.23 | 16.9 | 7.87 | - |
| YUV | 88.21 | 119.42 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 73 | 0 | 0.90 | 0.67 | 0.12 | 344.85 | 0.82 | 0.48 |
| Hex | E0 | 16 | 49 | 0 | 5A | 43 | C | 159 | 52 | 30 |
| Octal | 340 | 26 | 111 | 0 | 132 | 103 | 14 | 531 | 122 | 60 |
| Binary | 11100000 | 10110 | 1001001 | 0 | 1011010 | 1000011 | 1100 | 101011001 | 1010010 | 110000 |
Color Harmonies of #E01649
Complementary color
Monochromatic Colors of #E01649
Black with #E01649
Text Example
Text Example
White with #E01649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01649; }
p { color: rgb(224,22,73); }
H1.HeaderClassName
{
color: #E01649;
}
.AnyTagClassName
{
color: #E01649;
}
</style>
background-color css
<style>
a { background-color: #E01649; }
a { background-color: rgb(224,22,73); }
div.DivClassName
{
background-color: #E01649;
}
.BgClassName
{
background-color: #E01649;
}
</style>
border-color css
<style>
span { border-color: #E01649; }
span { border-color: rgb(224,22,73); }
td.TdClassName
{
border-color: #E01649;
}
.TagClassName
{
border-color: #E01649;
}
</style>