Shades of Crimson #E50033
Tints of Crimson #E50033
RGB
CMYK
RGB Variations
Color information
#E50033 (or 0xE50033) is known color: Crimson. HEX triplet: E5, 00 and 33. RGB value is (229,0,51). Sum of RGB (Red+Green+Blue) = 229+0+51=280 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 229 - color contains mainly: red. Hex color #E50033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50033 is #1AFFCC. Grayscale: #4A4A4A. Windows color (decimal): -1769421 or 3342565. OLE color: 3342565.
HSL color Cylindrical-coordinate representation of color #E50033: hue angle of 346.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50033 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.78 | 0.10 |
| HSL | 346.64º | 1% | 0.45% | - |
| HSV(B) | 346.64º | 1% | 0.9% | - |
| XYZ | 32.91 | 16.9 | 4.66 | - |
| YUV | 74.29 | 114.87 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 51 | 0 | 1 | 0.78 | 0.10 | 346.64 | 1 | 0.45 |
| Hex | E5 | 0 | 33 | 0 | 64 | 4E | A | 15B | 64 | 2D |
| Octal | 345 | 0 | 63 | 0 | 144 | 116 | 12 | 533 | 144 | 55 |
| Binary | 11100101 | 0 | 110011 | 0 | 1100100 | 1001110 | 1010 | 101011011 | 1100100 | 101101 |
Color Harmonies of #E50033
Complementary color
Monochromatic Colors of #E50033
Black with #E50033
Text Example
Text Example
White with #E50033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50033; }
p { color: rgb(229,0,51); }
H1.HeaderClassName
{
color: #E50033;
}
.AnyTagClassName
{
color: #E50033;
}
</style>
background-color css
<style>
a { background-color: #E50033; }
a { background-color: rgb(229,0,51); }
div.DivClassName
{
background-color: #E50033;
}
.BgClassName
{
background-color: #E50033;
}
</style>
border-color css
<style>
span { border-color: #E50033; }
span { border-color: rgb(229,0,51); }
td.TdClassName
{
border-color: #E50033;
}
.TagClassName
{
border-color: #E50033;
}
</style>