Shades of Crimson #E01333
Tints of Crimson #E01333
RGB
CMYK
RGB Variations
Color information
#E01333 (or 0xE01333) is known color: Crimson. HEX triplet: E0, 13 and 33. RGB value is (224,19,51). Sum of RGB (Red+Green+Blue) = 224+19+51=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E01333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01333 is #1FECCC. Grayscale: #545454. Windows color (decimal): -2092237 or 3347424. OLE color: 3347424.
HSL color Cylindrical-coordinate representation of color #E01333: hue angle of 350.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01333 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 51 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.12 |
| HSL | 350.63º | 0.84% | 0.48% | - |
| HSV(B) | 350.63º | 0.92% | 0.88% | - |
| XYZ | 31.57 | 16.55 | 4.66 | - |
| YUV | 83.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 51 | 0 | 0.92 | 0.77 | 0.12 | 350.63 | 0.84 | 0.48 |
| Hex | E0 | 13 | 33 | 0 | 5C | 4D | C | 15F | 54 | 30 |
| Octal | 340 | 23 | 63 | 0 | 134 | 115 | 14 | 537 | 124 | 60 |
| Binary | 11100000 | 10011 | 110011 | 0 | 1011100 | 1001101 | 1100 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E01333
Complementary color
Monochromatic Colors of #E01333
Black with #E01333
Text Example
Text Example
White with #E01333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01333; }
p { color: rgb(224,19,51); }
H1.HeaderClassName
{
color: #E01333;
}
.AnyTagClassName
{
color: #E01333;
}
</style>
background-color css
<style>
a { background-color: #E01333; }
a { background-color: rgb(224,19,51); }
div.DivClassName
{
background-color: #E01333;
}
.BgClassName
{
background-color: #E01333;
}
</style>
border-color css
<style>
span { border-color: #E01333; }
span { border-color: rgb(224,19,51); }
td.TdClassName
{
border-color: #E01333;
}
.TagClassName
{
border-color: #E01333;
}
</style>