Shades of Crimson #E51633
Tints of Crimson #E51633
RGB
CMYK
RGB Variations
Color information
#E51633 (or 0xE51633) is known color: Crimson. HEX triplet: E5, 16 and 33. RGB value is (229,22,51). Sum of RGB (Red+Green+Blue) = 229+22+51=302 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.83% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 229 - color contains mainly: red. Hex color #E51633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51633 is #1AE9CC. Grayscale: #575757. Windows color (decimal): -1763789 or 3348197. OLE color: 3348197.
HSL color Cylindrical-coordinate representation of color #E51633: hue angle of 351.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51633 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.10 |
| HSL | 351.59º | 0.82% | 0.49% | - |
| HSV(B) | 351.59º | 0.9% | 0.9% | - |
| XYZ | 33.2 | 17.47 | 4.75 | - |
| YUV | 87.2 | 107.58 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 51 | 0 | 0.90 | 0.78 | 0.10 | 351.59 | 0.82 | 0.49 |
| Hex | E5 | 16 | 33 | 0 | 5A | 4E | A | 160 | 52 | 31 |
| Octal | 345 | 26 | 63 | 0 | 132 | 116 | 12 | 540 | 122 | 61 |
| Binary | 11100101 | 10110 | 110011 | 0 | 1011010 | 1001110 | 1010 | 101100000 | 1010010 | 110001 |
Color Harmonies of #E51633
Complementary color
Monochromatic Colors of #E51633
Black with #E51633
Text Example
Text Example
White with #E51633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51633; }
p { color: rgb(229,22,51); }
H1.HeaderClassName
{
color: #E51633;
}
.AnyTagClassName
{
color: #E51633;
}
</style>
background-color css
<style>
a { background-color: #E51633; }
a { background-color: rgb(229,22,51); }
div.DivClassName
{
background-color: #E51633;
}
.BgClassName
{
background-color: #E51633;
}
</style>
border-color css
<style>
span { border-color: #E51633; }
span { border-color: rgb(229,22,51); }
td.TdClassName
{
border-color: #E51633;
}
.TagClassName
{
border-color: #E51633;
}
</style>