Shades of Crimson #E81533
Tints of Crimson #E81533
RGB
CMYK
RGB Variations
Color information
#E81533 (or 0xE81533) is known color: Crimson. HEX triplet: E8, 15 and 33. RGB value is (232,21,51). Sum of RGB (Red+Green+Blue) = 232+21+51=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81533 is #17EACC. Grayscale: #575757. Windows color (decimal): -1567437 or 3347944. OLE color: 3347944.
HSL color Cylindrical-coordinate representation of color #E81533: hue angle of 351.47º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81533 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 51 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.09 |
| HSL | 351.47º | 0.83% | 0.5% | - |
| HSV(B) | 351.47º | 0.91% | 0.91% | - |
| XYZ | 34.14 | 17.93 | 4.79 | - |
| YUV | 87.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 51 | 0 | 0.91 | 0.78 | 0.09 | 351.47 | 0.83 | 0.5 |
| Hex | E8 | 15 | 33 | 0 | 5B | 4E | 9 | 15F | 53 | 32 |
| Octal | 350 | 25 | 63 | 0 | 133 | 116 | 11 | 537 | 123 | 62 |
| Binary | 11101000 | 10101 | 110011 | 0 | 1011011 | 1001110 | 1001 | 101011111 | 1010011 | 110010 |
Color Harmonies of #E81533
Complementary color
Monochromatic Colors of #E81533
Black with #E81533
Text Example
Text Example
White with #E81533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81533; }
p { color: rgb(232,21,51); }
H1.HeaderClassName
{
color: #E81533;
}
.AnyTagClassName
{
color: #E81533;
}
</style>
background-color css
<style>
a { background-color: #E81533; }
a { background-color: rgb(232,21,51); }
div.DivClassName
{
background-color: #E81533;
}
.BgClassName
{
background-color: #E81533;
}
</style>
border-color css
<style>
span { border-color: #E81533; }
span { border-color: rgb(232,21,51); }
td.TdClassName
{
border-color: #E81533;
}
.TagClassName
{
border-color: #E81533;
}
</style>