Shades of Crimson #E01833
Tints of Crimson #E01833
RGB
CMYK
RGB Variations
Color information
#E01833 (or 0xE01833) is known color: Crimson. HEX triplet: E0, 18 and 33. RGB value is (224,24,51). Sum of RGB (Red+Green+Blue) = 224+24+51=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E01833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01833 is #1FE7CC. Grayscale: #565656. Windows color (decimal): -2090957 or 3348704. OLE color: 3348704.
HSL color Cylindrical-coordinate representation of color #E01833: hue angle of 351.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01833 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 51 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.12 |
| HSL | 351.9º | 0.81% | 0.49% | - |
| HSV(B) | 351.9º | 0.89% | 0.88% | - |
| XYZ | 31.66 | 16.74 | 4.69 | - |
| YUV | 86.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 51 | 0 | 0.89 | 0.77 | 0.12 | 351.9 | 0.81 | 0.49 |
| Hex | E0 | 18 | 33 | 0 | 59 | 4D | C | 160 | 51 | 31 |
| Octal | 340 | 30 | 63 | 0 | 131 | 115 | 14 | 540 | 121 | 61 |
| Binary | 11100000 | 11000 | 110011 | 0 | 1011001 | 1001101 | 1100 | 101100000 | 1010001 | 110001 |
Color Harmonies of #E01833
Complementary color
Monochromatic Colors of #E01833
Black with #E01833
Text Example
Text Example
White with #E01833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01833; }
p { color: rgb(224,24,51); }
H1.HeaderClassName
{
color: #E01833;
}
.AnyTagClassName
{
color: #E01833;
}
</style>
background-color css
<style>
a { background-color: #E01833; }
a { background-color: rgb(224,24,51); }
div.DivClassName
{
background-color: #E01833;
}
.BgClassName
{
background-color: #E01833;
}
</style>
border-color css
<style>
span { border-color: #E01833; }
span { border-color: rgb(224,24,51); }
td.TdClassName
{
border-color: #E01833;
}
.TagClassName
{
border-color: #E01833;
}
</style>