Shades of Crimson #E80432
Tints of Crimson #E80432
RGB
CMYK
RGB Variations
Color information
#E80432 (or 0xE80432) is known color: Crimson. HEX triplet: E8, 04 and 32. RGB value is (232,4,50). Sum of RGB (Red+Green+Blue) = 232+4+50=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80432 is #17FBCD. Grayscale: #4D4D4D. Windows color (decimal): -1571790 or 3278056. OLE color: 3278056.
HSL color Cylindrical-coordinate representation of color #E80432: hue angle of 347.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80432 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.09 |
| HSL | 347.89º | 0.97% | 0.46% | - |
| HSV(B) | 347.89º | 0.98% | 0.91% | - |
| XYZ | 33.9 | 17.47 | 4.6 | - |
| YUV | 77.42 | 112.54 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 50 | 0 | 0.98 | 0.78 | 0.09 | 347.89 | 0.97 | 0.46 |
| Hex | E8 | 4 | 32 | 0 | 62 | 4E | 9 | 15C | 61 | 2E |
| Octal | 350 | 4 | 62 | 0 | 142 | 116 | 11 | 534 | 141 | 56 |
| Binary | 11101000 | 100 | 110010 | 0 | 1100010 | 1001110 | 1001 | 101011100 | 1100001 | 101110 |
Color Harmonies of #E80432
Complementary color
Monochromatic Colors of #E80432
Black with #E80432
Text Example
Text Example
White with #E80432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80432; }
p { color: rgb(232,4,50); }
H1.HeaderClassName
{
color: #E80432;
}
.AnyTagClassName
{
color: #E80432;
}
</style>
background-color css
<style>
a { background-color: #E80432; }
a { background-color: rgb(232,4,50); }
div.DivClassName
{
background-color: #E80432;
}
.BgClassName
{
background-color: #E80432;
}
</style>
border-color css
<style>
span { border-color: #E80432; }
span { border-color: rgb(232,4,50); }
td.TdClassName
{
border-color: #E80432;
}
.TagClassName
{
border-color: #E80432;
}
</style>