Shades of Crimson #E01434
Tints of Crimson #E01434
RGB
CMYK
RGB Variations
Color information
#E01434 (or 0xE01434) is known color: Crimson. HEX triplet: E0, 14 and 34. RGB value is (224,20,52). Sum of RGB (Red+Green+Blue) = 224+20+52=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E01434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01434 is #1FEBCB. Grayscale: #545454. Windows color (decimal): -2091980 or 3413216. OLE color: 3413216.
HSL color Cylindrical-coordinate representation of color #E01434: hue angle of 350.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01434 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 52 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.12 |
| HSL | 350.59º | 0.84% | 0.48% | - |
| HSV(B) | 350.59º | 0.91% | 0.88% | - |
| XYZ | 31.61 | 16.6 | 4.79 | - |
| YUV | 84.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 52 | 0 | 0.91 | 0.77 | 0.12 | 350.59 | 0.84 | 0.48 |
| Hex | E0 | 14 | 34 | 0 | 5B | 4D | C | 15F | 54 | 30 |
| Octal | 340 | 24 | 64 | 0 | 133 | 115 | 14 | 537 | 124 | 60 |
| Binary | 11100000 | 10100 | 110100 | 0 | 1011011 | 1001101 | 1100 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E01434
Complementary color
Monochromatic Colors of #E01434
Black with #E01434
Text Example
Text Example
White with #E01434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01434; }
p { color: rgb(224,20,52); }
H1.HeaderClassName
{
color: #E01434;
}
.AnyTagClassName
{
color: #E01434;
}
</style>
background-color css
<style>
a { background-color: #E01434; }
a { background-color: rgb(224,20,52); }
div.DivClassName
{
background-color: #E01434;
}
.BgClassName
{
background-color: #E01434;
}
</style>
border-color css
<style>
span { border-color: #E01434; }
span { border-color: rgb(224,20,52); }
td.TdClassName
{
border-color: #E01434;
}
.TagClassName
{
border-color: #E01434;
}
</style>