Shades of Crimson #E01435
Tints of Crimson #E01435
RGB
CMYK
RGB Variations
Color information
#E01435 (or 0xE01435) is known color: Crimson. HEX triplet: E0, 14 and 35. RGB value is (224,20,53). Sum of RGB (Red+Green+Blue) = 224+20+53=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01435 is #1FEBCA. Grayscale: #545454. Windows color (decimal): -2091979 or 3478752. OLE color: 3478752.
HSL color Cylindrical-coordinate representation of color #E01435: hue angle of 350.29º 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 #E01435 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 53 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.12 |
| HSL | 350.29º | 0.84% | 0.48% | - |
| HSV(B) | 350.29º | 0.91% | 0.88% | - |
| XYZ | 31.63 | 16.6 | 4.91 | - |
| YUV | 84.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 53 | 0 | 0.91 | 0.76 | 0.12 | 350.29 | 0.84 | 0.48 |
| Hex | E0 | 14 | 35 | 0 | 5B | 4C | C | 15E | 54 | 30 |
| Octal | 340 | 24 | 65 | 0 | 133 | 114 | 14 | 536 | 124 | 60 |
| Binary | 11100000 | 10100 | 110101 | 0 | 1011011 | 1001100 | 1100 | 101011110 | 1010100 | 110000 |
Color Harmonies of #E01435
Complementary color
Monochromatic Colors of #E01435
Black with #E01435
Text Example
Text Example
White with #E01435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01435; }
p { color: rgb(224,20,53); }
H1.HeaderClassName
{
color: #E01435;
}
.AnyTagClassName
{
color: #E01435;
}
</style>
background-color css
<style>
a { background-color: #E01435; }
a { background-color: rgb(224,20,53); }
div.DivClassName
{
background-color: #E01435;
}
.BgClassName
{
background-color: #E01435;
}
</style>
border-color css
<style>
span { border-color: #E01435; }
span { border-color: rgb(224,20,53); }
td.TdClassName
{
border-color: #E01435;
}
.TagClassName
{
border-color: #E01435;
}
</style>