Shades of Crimson #E51833
Tints of Crimson #E51833
RGB
CMYK
RGB Variations
Color information
#E51833 (or 0xE51833) is known color: Crimson. HEX triplet: E5, 18 and 33. RGB value is (229,24,51). Sum of RGB (Red+Green+Blue) = 229+24+51=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E51833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51833 is #1AE7CC. Grayscale: #585858. Windows color (decimal): -1763277 or 3348709. OLE color: 3348709.
HSL color Cylindrical-coordinate representation of color #E51833: hue angle of 352.1º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51833 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 51 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.10 |
| HSL | 352.1º | 0.81% | 0.5% | - |
| HSV(B) | 352.1º | 0.9% | 0.9% | - |
| XYZ | 33.24 | 17.55 | 4.77 | - |
| YUV | 88.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 51 | 0 | 0.90 | 0.78 | 0.10 | 352.1 | 0.81 | 0.5 |
| Hex | E5 | 18 | 33 | 0 | 5A | 4E | A | 160 | 51 | 32 |
| Octal | 345 | 30 | 63 | 0 | 132 | 116 | 12 | 540 | 121 | 62 |
| Binary | 11100101 | 11000 | 110011 | 0 | 1011010 | 1001110 | 1010 | 101100000 | 1010001 | 110010 |
Color Harmonies of #E51833
Complementary color
Monochromatic Colors of #E51833
Black with #E51833
Text Example
Text Example
White with #E51833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51833; }
p { color: rgb(229,24,51); }
H1.HeaderClassName
{
color: #E51833;
}
.AnyTagClassName
{
color: #E51833;
}
</style>
background-color css
<style>
a { background-color: #E51833; }
a { background-color: rgb(229,24,51); }
div.DivClassName
{
background-color: #E51833;
}
.BgClassName
{
background-color: #E51833;
}
</style>
border-color css
<style>
span { border-color: #E51833; }
span { border-color: rgb(229,24,51); }
td.TdClassName
{
border-color: #E51833;
}
.TagClassName
{
border-color: #E51833;
}
</style>