Shades of Crimson #E5083B
Tints of Crimson #E5083B
RGB
CMYK
RGB Variations
Color information
#E5083B (or 0xE5083B) is known color: Crimson. HEX triplet: E5, 08 and 3B. RGB value is (229,8,59). Sum of RGB (Red+Green+Blue) = 229+8+59=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5083B is #1AF7C4. Grayscale: #4F4F4F. Windows color (decimal): -1767365 or 3868901. OLE color: 3868901.
HSL color Cylindrical-coordinate representation of color #E5083B: hue angle of 346.15º 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 #E5083B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 59 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.10 |
| HSL | 346.15º | 0.93% | 0.46% | - |
| HSV(B) | 346.15º | 0.97% | 0.9% | - |
| XYZ | 33.19 | 17.15 | 5.7 | - |
| YUV | 79.89 | 116.22 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 59 | 0 | 0.97 | 0.74 | 0.10 | 346.15 | 0.93 | 0.46 |
| Hex | E5 | 8 | 3B | 0 | 61 | 4A | A | 15A | 5D | 2E |
| Octal | 345 | 10 | 73 | 0 | 141 | 112 | 12 | 532 | 135 | 56 |
| Binary | 11100101 | 1000 | 111011 | 0 | 1100001 | 1001010 | 1010 | 101011010 | 1011101 | 101110 |
Color Harmonies of #E5083B
Complementary color
Monochromatic Colors of #E5083B
Black with #E5083B
Text Example
Text Example
White with #E5083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5083B; }
p { color: rgb(229,8,59); }
H1.HeaderClassName
{
color: #E5083B;
}
.AnyTagClassName
{
color: #E5083B;
}
</style>
background-color css
<style>
a { background-color: #E5083B; }
a { background-color: rgb(229,8,59); }
div.DivClassName
{
background-color: #E5083B;
}
.BgClassName
{
background-color: #E5083B;
}
</style>
border-color css
<style>
span { border-color: #E5083B; }
span { border-color: rgb(229,8,59); }
td.TdClassName
{
border-color: #E5083B;
}
.TagClassName
{
border-color: #E5083B;
}
</style>