Shades of Crimson #E80A32
Tints of Crimson #E80A32
RGB
CMYK
RGB Variations
Color information
#E80A32 (or 0xE80A32) is known color: Crimson. HEX triplet: E8, 0A and 32. RGB value is (232,10,50). Sum of RGB (Red+Green+Blue) = 232+10+50=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A32 is #17F5CD. Grayscale: #515151. Windows color (decimal): -1570254 or 3279592. OLE color: 3279592.
HSL color Cylindrical-coordinate representation of color #E80A32: hue angle of 349.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A32 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 50 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.09 |
| HSL | 349.19º | 0.92% | 0.47% | - |
| HSV(B) | 349.19º | 0.96% | 0.91% | - |
| XYZ | 33.96 | 17.6 | 4.63 | - |
| YUV | 80.94 | 110.55 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 50 | 0 | 0.96 | 0.78 | 0.09 | 349.19 | 0.92 | 0.47 |
| Hex | E8 | A | 32 | 0 | 60 | 4E | 9 | 15D | 5C | 2F |
| Octal | 350 | 12 | 62 | 0 | 140 | 116 | 11 | 535 | 134 | 57 |
| Binary | 11101000 | 1010 | 110010 | 0 | 1100000 | 1001110 | 1001 | 101011101 | 1011100 | 101111 |
Color Harmonies of #E80A32
Complementary color
Monochromatic Colors of #E80A32
Black with #E80A32
Text Example
Text Example
White with #E80A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A32; }
p { color: rgb(232,10,50); }
H1.HeaderClassName
{
color: #E80A32;
}
.AnyTagClassName
{
color: #E80A32;
}
</style>
background-color css
<style>
a { background-color: #E80A32; }
a { background-color: rgb(232,10,50); }
div.DivClassName
{
background-color: #E80A32;
}
.BgClassName
{
background-color: #E80A32;
}
</style>
border-color css
<style>
span { border-color: #E80A32; }
span { border-color: rgb(232,10,50); }
td.TdClassName
{
border-color: #E80A32;
}
.TagClassName
{
border-color: #E80A32;
}
</style>