Shades of Crimson #E2083A
Tints of Crimson #E2083A
RGB
CMYK
RGB Variations
Color information
#E2083A (or 0xE2083A) is known color: Crimson. HEX triplet: E2, 08 and 3A. RGB value is (226,8,58). Sum of RGB (Red+Green+Blue) = 226+8+58=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2083A is #1DF7C5. Grayscale: #4E4E4E. Windows color (decimal): -1963974 or 3803362. OLE color: 3803362.
HSL color Cylindrical-coordinate representation of color #E2083A: hue angle of 346.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2083A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.11 |
| HSL | 346.24º | 0.93% | 0.46% | - |
| HSV(B) | 346.24º | 0.96% | 0.89% | - |
| XYZ | 32.21 | 16.65 | 5.52 | - |
| YUV | 78.88 | 116.22 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 58 | 0 | 0.96 | 0.74 | 0.11 | 346.24 | 0.93 | 0.46 |
| Hex | E2 | 8 | 3A | 0 | 60 | 4A | B | 15A | 5D | 2E |
| Octal | 342 | 10 | 72 | 0 | 140 | 112 | 13 | 532 | 135 | 56 |
| Binary | 11100010 | 1000 | 111010 | 0 | 1100000 | 1001010 | 1011 | 101011010 | 1011101 | 101110 |
Color Harmonies of #E2083A
Complementary color
Monochromatic Colors of #E2083A
Black with #E2083A
Text Example
Text Example
White with #E2083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2083A; }
p { color: rgb(226,8,58); }
H1.HeaderClassName
{
color: #E2083A;
}
.AnyTagClassName
{
color: #E2083A;
}
</style>
background-color css
<style>
a { background-color: #E2083A; }
a { background-color: rgb(226,8,58); }
div.DivClassName
{
background-color: #E2083A;
}
.BgClassName
{
background-color: #E2083A;
}
</style>
border-color css
<style>
span { border-color: #E2083A; }
span { border-color: rgb(226,8,58); }
td.TdClassName
{
border-color: #E2083A;
}
.TagClassName
{
border-color: #E2083A;
}
</style>