Shades of Crimson #E81634
Tints of Crimson #E81634
RGB
CMYK
RGB Variations
Color information
#E81634 (or 0xE81634) is known color: Crimson. HEX triplet: E8, 16 and 34. RGB value is (232,22,52). Sum of RGB (Red+Green+Blue) = 232+22+52=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E81634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81634 is #17E9CB. Grayscale: #585858. Windows color (decimal): -1567180 or 3413736. OLE color: 3413736.
HSL color Cylindrical-coordinate representation of color #E81634: hue angle of 351.43º 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 #E81634 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 52 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.09 |
| HSL | 351.43º | 0.83% | 0.5% | - |
| HSV(B) | 351.43º | 0.91% | 0.91% | - |
| XYZ | 34.19 | 17.98 | 4.92 | - |
| YUV | 88.21 | 107.57 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 52 | 0 | 0.91 | 0.78 | 0.09 | 351.43 | 0.83 | 0.5 |
| Hex | E8 | 16 | 34 | 0 | 5B | 4E | 9 | 15F | 53 | 32 |
| Octal | 350 | 26 | 64 | 0 | 133 | 116 | 11 | 537 | 123 | 62 |
| Binary | 11101000 | 10110 | 110100 | 0 | 1011011 | 1001110 | 1001 | 101011111 | 1010011 | 110010 |
Color Harmonies of #E81634
Complementary color
Monochromatic Colors of #E81634
Black with #E81634
Text Example
Text Example
White with #E81634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81634; }
p { color: rgb(232,22,52); }
H1.HeaderClassName
{
color: #E81634;
}
.AnyTagClassName
{
color: #E81634;
}
</style>
background-color css
<style>
a { background-color: #E81634; }
a { background-color: rgb(232,22,52); }
div.DivClassName
{
background-color: #E81634;
}
.BgClassName
{
background-color: #E81634;
}
</style>
border-color css
<style>
span { border-color: #E81634; }
span { border-color: rgb(232,22,52); }
td.TdClassName
{
border-color: #E81634;
}
.TagClassName
{
border-color: #E81634;
}
</style>