Shades of Crimson #E01648
Tints of Crimson #E01648
RGB
CMYK
RGB Variations
Color information
#E01648 (or 0xE01648) is known color: Crimson. HEX triplet: E0, 16 and 48. RGB value is (224,22,72). Sum of RGB (Red+Green+Blue) = 224+22+72=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E01648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01648 is #1FE9B7. Grayscale: #585858. Windows color (decimal): -2091448 or 4724448. OLE color: 4724448.
HSL color Cylindrical-coordinate representation of color #E01648: hue angle of 345.15º 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 #E01648 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 72 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.12 |
| HSL | 345.15º | 0.82% | 0.48% | - |
| HSV(B) | 345.15º | 0.9% | 0.88% | - |
| XYZ | 32.2 | 16.89 | 7.69 | - |
| YUV | 88.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 72 | 0 | 0.90 | 0.68 | 0.12 | 345.15 | 0.82 | 0.48 |
| Hex | E0 | 16 | 48 | 0 | 5A | 44 | C | 159 | 52 | 30 |
| Octal | 340 | 26 | 110 | 0 | 132 | 104 | 14 | 531 | 122 | 60 |
| Binary | 11100000 | 10110 | 1001000 | 0 | 1011010 | 1000100 | 1100 | 101011001 | 1010010 | 110000 |
Color Harmonies of #E01648
Complementary color
Monochromatic Colors of #E01648
Black with #E01648
Text Example
Text Example
White with #E01648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01648; }
p { color: rgb(224,22,72); }
H1.HeaderClassName
{
color: #E01648;
}
.AnyTagClassName
{
color: #E01648;
}
</style>
background-color css
<style>
a { background-color: #E01648; }
a { background-color: rgb(224,22,72); }
div.DivClassName
{
background-color: #E01648;
}
.BgClassName
{
background-color: #E01648;
}
</style>
border-color css
<style>
span { border-color: #E01648; }
span { border-color: rgb(224,22,72); }
td.TdClassName
{
border-color: #E01648;
}
.TagClassName
{
border-color: #E01648;
}
</style>