Shades of Crimson #E81735
Tints of Crimson #E81735
RGB
CMYK
RGB Variations
Color information
#E81735 (or 0xE81735) is known color: Crimson. HEX triplet: E8, 17 and 35. RGB value is (232,23,53). Sum of RGB (Red+Green+Blue) = 232+23+53=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E81735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81735 is #17E8CA. Grayscale: #585858. Windows color (decimal): -1566923 or 3479528. OLE color: 3479528.
HSL color Cylindrical-coordinate representation of color #E81735: hue angle of 351.39º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81735 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 53 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.09 |
| HSL | 351.39º | 0.82% | 0.5% | - |
| HSV(B) | 351.39º | 0.9% | 0.91% | - |
| XYZ | 34.23 | 18.03 | 5.04 | - |
| YUV | 88.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 53 | 0 | 0.90 | 0.77 | 0.09 | 351.39 | 0.82 | 0.5 |
| Hex | E8 | 17 | 35 | 0 | 5A | 4D | 9 | 15F | 52 | 32 |
| Octal | 350 | 27 | 65 | 0 | 132 | 115 | 11 | 537 | 122 | 62 |
| Binary | 11101000 | 10111 | 110101 | 0 | 1011010 | 1001101 | 1001 | 101011111 | 1010010 | 110010 |
Color Harmonies of #E81735
Complementary color
Monochromatic Colors of #E81735
Black with #E81735
Text Example
Text Example
White with #E81735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81735; }
p { color: rgb(232,23,53); }
H1.HeaderClassName
{
color: #E81735;
}
.AnyTagClassName
{
color: #E81735;
}
</style>
background-color css
<style>
a { background-color: #E81735; }
a { background-color: rgb(232,23,53); }
div.DivClassName
{
background-color: #E81735;
}
.BgClassName
{
background-color: #E81735;
}
</style>
border-color css
<style>
span { border-color: #E81735; }
span { border-color: rgb(232,23,53); }
td.TdClassName
{
border-color: #E81735;
}
.TagClassName
{
border-color: #E81735;
}
</style>