Shades of Crimson #E81334
Tints of Crimson #E81334
RGB
CMYK
RGB Variations
Color information
#E81334 (or 0xE81334) is known color: Crimson. HEX triplet: E8, 13 and 34. RGB value is (232,19,52). Sum of RGB (Red+Green+Blue) = 232+19+52=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E81334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81334 is #17ECCB. Grayscale: #565656. Windows color (decimal): -1567948 or 3412968. OLE color: 3412968.
HSL color Cylindrical-coordinate representation of color #E81334: hue angle of 350.7º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81334 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 52 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.09 |
| HSL | 350.7º | 0.85% | 0.49% | - |
| HSV(B) | 350.7º | 0.92% | 0.91% | - |
| XYZ | 34.13 | 17.87 | 4.9 | - |
| YUV | 86.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 52 | 0 | 0.92 | 0.78 | 0.09 | 350.7 | 0.85 | 0.49 |
| Hex | E8 | 13 | 34 | 0 | 5C | 4E | 9 | 15F | 55 | 31 |
| Octal | 350 | 23 | 64 | 0 | 134 | 116 | 11 | 537 | 125 | 61 |
| Binary | 11101000 | 10011 | 110100 | 0 | 1011100 | 1001110 | 1001 | 101011111 | 1010101 | 110001 |
Color Harmonies of #E81334
Complementary color
Monochromatic Colors of #E81334
Black with #E81334
Text Example
Text Example
White with #E81334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81334; }
p { color: rgb(232,19,52); }
H1.HeaderClassName
{
color: #E81334;
}
.AnyTagClassName
{
color: #E81334;
}
</style>
background-color css
<style>
a { background-color: #E81334; }
a { background-color: rgb(232,19,52); }
div.DivClassName
{
background-color: #E81334;
}
.BgClassName
{
background-color: #E81334;
}
</style>
border-color css
<style>
span { border-color: #E81334; }
span { border-color: rgb(232,19,52); }
td.TdClassName
{
border-color: #E81334;
}
.TagClassName
{
border-color: #E81334;
}
</style>