Shades of Crimson #E80631
Tints of Crimson #E80631
RGB
CMYK
RGB Variations
Color information
#E80631 (or 0xE80631) is known color: Crimson. HEX triplet: E8, 06 and 31. RGB value is (232,6,49). Sum of RGB (Red+Green+Blue) = 232+6+49=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E80631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80631 is #17F9CE. Grayscale: #4E4E4E. Windows color (decimal): -1571279 or 3213032. OLE color: 3213032.
HSL color Cylindrical-coordinate representation of color #E80631: hue angle of 348.58º degrees, saturation: 0.95, 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 #E80631 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.09 |
| HSL | 348.58º | 0.95% | 0.47% | - |
| HSV(B) | 348.58º | 0.97% | 0.91% | - |
| XYZ | 33.9 | 17.51 | 4.5 | - |
| YUV | 78.48 | 111.37 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 49 | 0 | 0.97 | 0.79 | 0.09 | 348.58 | 0.95 | 0.47 |
| Hex | E8 | 6 | 31 | 0 | 61 | 4F | 9 | 15D | 5F | 2F |
| Octal | 350 | 6 | 61 | 0 | 141 | 117 | 11 | 535 | 137 | 57 |
| Binary | 11101000 | 110 | 110001 | 0 | 1100001 | 1001111 | 1001 | 101011101 | 1011111 | 101111 |
Color Harmonies of #E80631
Complementary color
Monochromatic Colors of #E80631
Black with #E80631
Text Example
Text Example
White with #E80631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80631; }
p { color: rgb(232,6,49); }
H1.HeaderClassName
{
color: #E80631;
}
.AnyTagClassName
{
color: #E80631;
}
</style>
background-color css
<style>
a { background-color: #E80631; }
a { background-color: rgb(232,6,49); }
div.DivClassName
{
background-color: #E80631;
}
.BgClassName
{
background-color: #E80631;
}
</style>
border-color css
<style>
span { border-color: #E80631; }
span { border-color: rgb(232,6,49); }
td.TdClassName
{
border-color: #E80631;
}
.TagClassName
{
border-color: #E80631;
}
</style>