Shades of Crimson #E80732
Tints of Crimson #E80732
RGB
CMYK
RGB Variations
Color information
#E80732 (or 0xE80732) is known color: Crimson. HEX triplet: E8, 07 and 32. RGB value is (232,7,50). Sum of RGB (Red+Green+Blue) = 232+7+50=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E80732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80732 is #17F8CD. Grayscale: #4F4F4F. Windows color (decimal): -1571022 or 3278824. OLE color: 3278824.
HSL color Cylindrical-coordinate representation of color #E80732: hue angle of 348.53º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80732 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 50 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.09 |
| HSL | 348.53º | 0.94% | 0.47% | - |
| HSV(B) | 348.53º | 0.97% | 0.91% | - |
| XYZ | 33.93 | 17.54 | 4.61 | - |
| YUV | 79.18 | 111.54 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 50 | 0 | 0.97 | 0.78 | 0.09 | 348.53 | 0.94 | 0.47 |
| Hex | E8 | 7 | 32 | 0 | 61 | 4E | 9 | 15D | 5E | 2F |
| Octal | 350 | 7 | 62 | 0 | 141 | 116 | 11 | 535 | 136 | 57 |
| Binary | 11101000 | 111 | 110010 | 0 | 1100001 | 1001110 | 1001 | 101011101 | 1011110 | 101111 |
Color Harmonies of #E80732
Complementary color
Monochromatic Colors of #E80732
Black with #E80732
Text Example
Text Example
White with #E80732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80732; }
p { color: rgb(232,7,50); }
H1.HeaderClassName
{
color: #E80732;
}
.AnyTagClassName
{
color: #E80732;
}
</style>
background-color css
<style>
a { background-color: #E80732; }
a { background-color: rgb(232,7,50); }
div.DivClassName
{
background-color: #E80732;
}
.BgClassName
{
background-color: #E80732;
}
</style>
border-color css
<style>
span { border-color: #E80732; }
span { border-color: rgb(232,7,50); }
td.TdClassName
{
border-color: #E80732;
}
.TagClassName
{
border-color: #E80732;
}
</style>