Shades of Crimson #E80331
Tints of Crimson #E80331
RGB
CMYK
RGB Variations
Color information
#E80331 (or 0xE80331) is known color: Crimson. HEX triplet: E8, 03 and 31. RGB value is (232,3,49). Sum of RGB (Red+Green+Blue) = 232+3+49=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E80331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80331 is #17FCCE. Grayscale: #4C4C4C. Windows color (decimal): -1572047 or 3212264. OLE color: 3212264.
HSL color Cylindrical-coordinate representation of color #E80331: hue angle of 347.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80331 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.09 |
| HSL | 347.95º | 0.97% | 0.46% | - |
| HSV(B) | 347.95º | 0.99% | 0.91% | - |
| XYZ | 33.87 | 17.44 | 4.49 | - |
| YUV | 76.72 | 112.37 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 49 | 0 | 0.99 | 0.79 | 0.09 | 347.95 | 0.97 | 0.46 |
| Hex | E8 | 3 | 31 | 0 | 63 | 4F | 9 | 15C | 61 | 2E |
| Octal | 350 | 3 | 61 | 0 | 143 | 117 | 11 | 534 | 141 | 56 |
| Binary | 11101000 | 11 | 110001 | 0 | 1100011 | 1001111 | 1001 | 101011100 | 1100001 | 101110 |
Color Harmonies of #E80331
Complementary color
Monochromatic Colors of #E80331
Black with #E80331
Text Example
Text Example
White with #E80331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80331; }
p { color: rgb(232,3,49); }
H1.HeaderClassName
{
color: #E80331;
}
.AnyTagClassName
{
color: #E80331;
}
</style>
background-color css
<style>
a { background-color: #E80331; }
a { background-color: rgb(232,3,49); }
div.DivClassName
{
background-color: #E80331;
}
.BgClassName
{
background-color: #E80331;
}
</style>
border-color css
<style>
span { border-color: #E80331; }
span { border-color: rgb(232,3,49); }
td.TdClassName
{
border-color: #E80331;
}
.TagClassName
{
border-color: #E80331;
}
</style>