Shades of Crimson #E5082C
Tints of Crimson #E5082C
RGB
CMYK
RGB Variations
Color information
#E5082C (or 0xE5082C) is known color: Crimson. HEX triplet: E5, 08 and 2C. RGB value is (229,8,44). Sum of RGB (Red+Green+Blue) = 229+8+44=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E5082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5082C is #1AF7D3. Grayscale: #4E4E4E. Windows color (decimal): -1767380 or 2885861. OLE color: 2885861.
HSL color Cylindrical-coordinate representation of color #E5082C: hue angle of 350.23º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5082C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.10 |
| HSL | 350.23º | 0.93% | 0.46% | - |
| HSV(B) | 350.23º | 0.97% | 0.9% | - |
| XYZ | 32.85 | 17.01 | 3.94 | - |
| YUV | 78.18 | 108.72 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 44 | 0 | 0.97 | 0.81 | 0.10 | 350.23 | 0.93 | 0.46 |
| Hex | E5 | 8 | 2C | 0 | 61 | 51 | A | 15E | 5D | 2E |
| Octal | 345 | 10 | 54 | 0 | 141 | 121 | 12 | 536 | 135 | 56 |
| Binary | 11100101 | 1000 | 101100 | 0 | 1100001 | 1010001 | 1010 | 101011110 | 1011101 | 101110 |
Color Harmonies of #E5082C
Complementary color
Monochromatic Colors of #E5082C
Black with #E5082C
Text Example
Text Example
White with #E5082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5082C; }
p { color: rgb(229,8,44); }
H1.HeaderClassName
{
color: #E5082C;
}
.AnyTagClassName
{
color: #E5082C;
}
</style>
background-color css
<style>
a { background-color: #E5082C; }
a { background-color: rgb(229,8,44); }
div.DivClassName
{
background-color: #E5082C;
}
.BgClassName
{
background-color: #E5082C;
}
</style>
border-color css
<style>
span { border-color: #E5082C; }
span { border-color: rgb(229,8,44); }
td.TdClassName
{
border-color: #E5082C;
}
.TagClassName
{
border-color: #E5082C;
}
</style>