Shades of Crimson #E2082D
Tints of Crimson #E2082D
RGB
CMYK
RGB Variations
Color information
#E2082D (or 0xE2082D) is known color: Crimson. HEX triplet: E2, 08 and 2D. RGB value is (226,8,45). Sum of RGB (Red+Green+Blue) = 226+8+45=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E2082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2082D is #1DF7D2. Grayscale: #4D4D4D. Windows color (decimal): -1963987 or 2951394. OLE color: 2951394.
HSL color Cylindrical-coordinate representation of color #E2082D: hue angle of 349.82º 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 #E2082D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.11 |
| HSL | 349.82º | 0.93% | 0.46% | - |
| HSV(B) | 349.82º | 0.96% | 0.89% | - |
| XYZ | 31.92 | 16.53 | 3.99 | - |
| YUV | 77.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 45 | 0 | 0.96 | 0.80 | 0.11 | 349.82 | 0.93 | 0.46 |
| Hex | E2 | 8 | 2D | 0 | 60 | 50 | B | 15E | 5D | 2E |
| Octal | 342 | 10 | 55 | 0 | 140 | 120 | 13 | 536 | 135 | 56 |
| Binary | 11100010 | 1000 | 101101 | 0 | 1100000 | 1010000 | 1011 | 101011110 | 1011101 | 101110 |
Color Harmonies of #E2082D
Complementary color
Monochromatic Colors of #E2082D
Black with #E2082D
Text Example
Text Example
White with #E2082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2082D; }
p { color: rgb(226,8,45); }
H1.HeaderClassName
{
color: #E2082D;
}
.AnyTagClassName
{
color: #E2082D;
}
</style>
background-color css
<style>
a { background-color: #E2082D; }
a { background-color: rgb(226,8,45); }
div.DivClassName
{
background-color: #E2082D;
}
.BgClassName
{
background-color: #E2082D;
}
</style>
border-color css
<style>
span { border-color: #E2082D; }
span { border-color: rgb(226,8,45); }
td.TdClassName
{
border-color: #E2082D;
}
.TagClassName
{
border-color: #E2082D;
}
</style>