Shades of Crimson #E80A2D
Tints of Crimson #E80A2D
RGB
CMYK
RGB Variations
Color information
#E80A2D (or 0xE80A2D) is known color: Crimson. HEX triplet: E8, 0A and 2D. RGB value is (232,10,45). Sum of RGB (Red+Green+Blue) = 232+10+45=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A2D is #17F5D2. Grayscale: #505050. Windows color (decimal): -1570259 or 2951912. OLE color: 2951912.
HSL color Cylindrical-coordinate representation of color #E80A2D: hue angle of 350.54º 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 #E80A2D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.09 |
| HSL | 350.54º | 0.92% | 0.47% | - |
| HSV(B) | 350.54º | 0.96% | 0.91% | - |
| XYZ | 33.86 | 17.56 | 4.09 | - |
| YUV | 80.37 | 108.05 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 45 | 0 | 0.96 | 0.81 | 0.09 | 350.54 | 0.92 | 0.47 |
| Hex | E8 | A | 2D | 0 | 60 | 51 | 9 | 15F | 5C | 2F |
| Octal | 350 | 12 | 55 | 0 | 140 | 121 | 11 | 537 | 134 | 57 |
| Binary | 11101000 | 1010 | 101101 | 0 | 1100000 | 1010001 | 1001 | 101011111 | 1011100 | 101111 |
Color Harmonies of #E80A2D
Complementary color
Monochromatic Colors of #E80A2D
Black with #E80A2D
Text Example
Text Example
White with #E80A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A2D; }
p { color: rgb(232,10,45); }
H1.HeaderClassName
{
color: #E80A2D;
}
.AnyTagClassName
{
color: #E80A2D;
}
</style>
background-color css
<style>
a { background-color: #E80A2D; }
a { background-color: rgb(232,10,45); }
div.DivClassName
{
background-color: #E80A2D;
}
.BgClassName
{
background-color: #E80A2D;
}
</style>
border-color css
<style>
span { border-color: #E80A2D; }
span { border-color: rgb(232,10,45); }
td.TdClassName
{
border-color: #E80A2D;
}
.TagClassName
{
border-color: #E80A2D;
}
</style>