Shades of Crimson #E01C46
Tints of Crimson #E01C46
RGB
CMYK
RGB Variations
Color information
#E01C46 (or 0xE01C46) is known color: Crimson. HEX triplet: E0, 1C and 46. RGB value is (224,28,70). Sum of RGB (Red+Green+Blue) = 224+28+70=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C46 is #1FE3B9. Grayscale: #5B5B5B. Windows color (decimal): -2089914 or 4594912. OLE color: 4594912.
HSL color Cylindrical-coordinate representation of color #E01C46: hue angle of 347.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C46 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 70 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.12 |
| HSL | 347.14º | 0.78% | 0.49% | - |
| HSV(B) | 347.14º | 0.88% | 0.88% | - |
| XYZ | 32.26 | 17.12 | 7.4 | - |
| YUV | 91.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 70 | 0 | 0.88 | 0.69 | 0.12 | 347.14 | 0.78 | 0.49 |
| Hex | E0 | 1C | 46 | 0 | 58 | 45 | C | 15B | 4E | 31 |
| Octal | 340 | 34 | 106 | 0 | 130 | 105 | 14 | 533 | 116 | 61 |
| Binary | 11100000 | 11100 | 1000110 | 0 | 1011000 | 1000101 | 1100 | 101011011 | 1001110 | 110001 |
Color Harmonies of #E01C46
Complementary color
Monochromatic Colors of #E01C46
Black with #E01C46
Text Example
Text Example
White with #E01C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C46; }
p { color: rgb(224,28,70); }
H1.HeaderClassName
{
color: #E01C46;
}
.AnyTagClassName
{
color: #E01C46;
}
</style>
background-color css
<style>
a { background-color: #E01C46; }
a { background-color: rgb(224,28,70); }
div.DivClassName
{
background-color: #E01C46;
}
.BgClassName
{
background-color: #E01C46;
}
</style>
border-color css
<style>
span { border-color: #E01C46; }
span { border-color: rgb(224,28,70); }
td.TdClassName
{
border-color: #E01C46;
}
.TagClassName
{
border-color: #E01C46;
}
</style>