Shades of Crimson #E01433
Tints of Crimson #E01433
RGB
CMYK
RGB Variations
Color information
#E01433 (or 0xE01433) is known color: Crimson. HEX triplet: E0, 14 and 33. RGB value is (224,20,51). Sum of RGB (Red+Green+Blue) = 224+20+51=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E01433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01433 is #1FEBCC. Grayscale: #545454. Windows color (decimal): -2091981 or 3347680. OLE color: 3347680.
HSL color Cylindrical-coordinate representation of color #E01433: hue angle of 350.88º 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 #E01433 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 51 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.12 |
| HSL | 350.88º | 0.84% | 0.48% | - |
| HSV(B) | 350.88º | 0.91% | 0.88% | - |
| XYZ | 31.59 | 16.59 | 4.67 | - |
| YUV | 84.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 51 | 0 | 0.91 | 0.77 | 0.12 | 350.88 | 0.84 | 0.48 |
| Hex | E0 | 14 | 33 | 0 | 5B | 4D | C | 15F | 54 | 30 |
| Octal | 340 | 24 | 63 | 0 | 133 | 115 | 14 | 537 | 124 | 60 |
| Binary | 11100000 | 10100 | 110011 | 0 | 1011011 | 1001101 | 1100 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E01433
Complementary color
Monochromatic Colors of #E01433
Black with #E01433
Text Example
Text Example
White with #E01433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01433; }
p { color: rgb(224,20,51); }
H1.HeaderClassName
{
color: #E01433;
}
.AnyTagClassName
{
color: #E01433;
}
</style>
background-color css
<style>
a { background-color: #E01433; }
a { background-color: rgb(224,20,51); }
div.DivClassName
{
background-color: #E01433;
}
.BgClassName
{
background-color: #E01433;
}
</style>
border-color css
<style>
span { border-color: #E01433; }
span { border-color: rgb(224,20,51); }
td.TdClassName
{
border-color: #E01433;
}
.TagClassName
{
border-color: #E01433;
}
</style>