Shades of Crimson #E01633
Tints of Crimson #E01633
RGB
CMYK
RGB Variations
Color information
#E01633 (or 0xE01633) is known color: Crimson. HEX triplet: E0, 16 and 33. RGB value is (224,22,51). Sum of RGB (Red+Green+Blue) = 224+22+51=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01633 is #1FE9CC. Grayscale: #555555. Windows color (decimal): -2091469 or 3348192. OLE color: 3348192.
HSL color Cylindrical-coordinate representation of color #E01633: hue angle of 351.39º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01633 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.12 |
| HSL | 351.39º | 0.82% | 0.48% | - |
| HSV(B) | 351.39º | 0.9% | 0.88% | - |
| XYZ | 31.62 | 16.66 | 4.68 | - |
| YUV | 85.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 51 | 0 | 0.90 | 0.77 | 0.12 | 351.39 | 0.82 | 0.48 |
| Hex | E0 | 16 | 33 | 0 | 5A | 4D | C | 15F | 52 | 30 |
| Octal | 340 | 26 | 63 | 0 | 132 | 115 | 14 | 537 | 122 | 60 |
| Binary | 11100000 | 10110 | 110011 | 0 | 1011010 | 1001101 | 1100 | 101011111 | 1010010 | 110000 |
Color Harmonies of #E01633
Complementary color
Monochromatic Colors of #E01633
Black with #E01633
Text Example
Text Example
White with #E01633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01633; }
p { color: rgb(224,22,51); }
H1.HeaderClassName
{
color: #E01633;
}
.AnyTagClassName
{
color: #E01633;
}
</style>
background-color css
<style>
a { background-color: #E01633; }
a { background-color: rgb(224,22,51); }
div.DivClassName
{
background-color: #E01633;
}
.BgClassName
{
background-color: #E01633;
}
</style>
border-color css
<style>
span { border-color: #E01633; }
span { border-color: rgb(224,22,51); }
td.TdClassName
{
border-color: #E01633;
}
.TagClassName
{
border-color: #E01633;
}
</style>