Shades of Crimson #E5083A
Tints of Crimson #E5083A
RGB
CMYK
RGB Variations
Color information
#E5083A (or 0xE5083A) is known color: Crimson. HEX triplet: E5, 08 and 3A. RGB value is (229,8,58). Sum of RGB (Red+Green+Blue) = 229+8+58=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5083A is #1AF7C5. Grayscale: #4F4F4F. Windows color (decimal): -1767366 or 3803365. OLE color: 3803365.
HSL color Cylindrical-coordinate representation of color #E5083A: hue angle of 346.43º 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 #E5083A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 58 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.10 |
| HSL | 346.43º | 0.93% | 0.46% | - |
| HSV(B) | 346.43º | 0.97% | 0.9% | - |
| XYZ | 33.16 | 17.14 | 5.56 | - |
| YUV | 79.78 | 115.72 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 58 | 0 | 0.97 | 0.75 | 0.10 | 346.43 | 0.93 | 0.46 |
| Hex | E5 | 8 | 3A | 0 | 61 | 4B | A | 15A | 5D | 2E |
| Octal | 345 | 10 | 72 | 0 | 141 | 113 | 12 | 532 | 135 | 56 |
| Binary | 11100101 | 1000 | 111010 | 0 | 1100001 | 1001011 | 1010 | 101011010 | 1011101 | 101110 |
Color Harmonies of #E5083A
Complementary color
Monochromatic Colors of #E5083A
Black with #E5083A
Text Example
Text Example
White with #E5083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5083A; }
p { color: rgb(229,8,58); }
H1.HeaderClassName
{
color: #E5083A;
}
.AnyTagClassName
{
color: #E5083A;
}
</style>
background-color css
<style>
a { background-color: #E5083A; }
a { background-color: rgb(229,8,58); }
div.DivClassName
{
background-color: #E5083A;
}
.BgClassName
{
background-color: #E5083A;
}
</style>
border-color css
<style>
span { border-color: #E5083A; }
span { border-color: rgb(229,8,58); }
td.TdClassName
{
border-color: #E5083A;
}
.TagClassName
{
border-color: #E5083A;
}
</style>