Shades of Crimson #E01439
Tints of Crimson #E01439
RGB
CMYK
RGB Variations
Color information
#E01439 (or 0xE01439) is known color: Crimson. HEX triplet: E0, 14 and 39. RGB value is (224,20,57). Sum of RGB (Red+Green+Blue) = 224+20+57=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E01439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01439 is #1FEBC6. Grayscale: #555555. Windows color (decimal): -2091975 or 3740896. OLE color: 3740896.
HSL color Cylindrical-coordinate representation of color #E01439: hue angle of 349.12º 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 #E01439 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 57 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.12 |
| HSL | 349.12º | 0.84% | 0.48% | - |
| HSV(B) | 349.12º | 0.91% | 0.88% | - |
| XYZ | 31.73 | 16.64 | 5.41 | - |
| YUV | 85.21 | 112.09 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 57 | 0 | 0.91 | 0.75 | 0.12 | 349.12 | 0.84 | 0.48 |
| Hex | E0 | 14 | 39 | 0 | 5B | 4B | C | 15D | 54 | 30 |
| Octal | 340 | 24 | 71 | 0 | 133 | 113 | 14 | 535 | 124 | 60 |
| Binary | 11100000 | 10100 | 111001 | 0 | 1011011 | 1001011 | 1100 | 101011101 | 1010100 | 110000 |
Color Harmonies of #E01439
Complementary color
Monochromatic Colors of #E01439
Black with #E01439
Text Example
Text Example
White with #E01439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01439; }
p { color: rgb(224,20,57); }
H1.HeaderClassName
{
color: #E01439;
}
.AnyTagClassName
{
color: #E01439;
}
</style>
background-color css
<style>
a { background-color: #E01439; }
a { background-color: rgb(224,20,57); }
div.DivClassName
{
background-color: #E01439;
}
.BgClassName
{
background-color: #E01439;
}
</style>
border-color css
<style>
span { border-color: #E01439; }
span { border-color: rgb(224,20,57); }
td.TdClassName
{
border-color: #E01439;
}
.TagClassName
{
border-color: #E01439;
}
</style>