Shades of Crimson #E5082A
Tints of Crimson #E5082A
RGB
CMYK
RGB Variations
Color information
#E5082A (or 0xE5082A) is known color: Crimson. HEX triplet: E5, 08 and 2A. RGB value is (229,8,42). Sum of RGB (Red+Green+Blue) = 229+8+42=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5082A is #1AF7D5. Grayscale: #4E4E4E. Windows color (decimal): -1767382 or 2754789. OLE color: 2754789.
HSL color Cylindrical-coordinate representation of color #E5082A: hue angle of 350.77º 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 #E5082A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 42 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.10 |
| HSL | 350.77º | 0.93% | 0.46% | - |
| HSV(B) | 350.77º | 0.97% | 0.9% | - |
| XYZ | 32.82 | 17 | 3.74 | - |
| YUV | 77.96 | 107.72 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 42 | 0 | 0.97 | 0.82 | 0.10 | 350.77 | 0.93 | 0.46 |
| Hex | E5 | 8 | 2A | 0 | 61 | 52 | A | 15F | 5D | 2E |
| Octal | 345 | 10 | 52 | 0 | 141 | 122 | 12 | 537 | 135 | 56 |
| Binary | 11100101 | 1000 | 101010 | 0 | 1100001 | 1010010 | 1010 | 101011111 | 1011101 | 101110 |
Color Harmonies of #E5082A
Complementary color
Monochromatic Colors of #E5082A
Black with #E5082A
Text Example
Text Example
White with #E5082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5082A; }
p { color: rgb(229,8,42); }
H1.HeaderClassName
{
color: #E5082A;
}
.AnyTagClassName
{
color: #E5082A;
}
</style>
background-color css
<style>
a { background-color: #E5082A; }
a { background-color: rgb(229,8,42); }
div.DivClassName
{
background-color: #E5082A;
}
.BgClassName
{
background-color: #E5082A;
}
</style>
border-color css
<style>
span { border-color: #E5082A; }
span { border-color: rgb(229,8,42); }
td.TdClassName
{
border-color: #E5082A;
}
.TagClassName
{
border-color: #E5082A;
}
</style>