Shades of Crimson #E2083D
Tints of Crimson #E2083D
RGB
CMYK
RGB Variations
Color information
#E2083D (or 0xE2083D) is known color: Crimson. HEX triplet: E2, 08 and 3D. RGB value is (226,8,61). Sum of RGB (Red+Green+Blue) = 226+8+61=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2083D is #1DF7C2. Grayscale: #4F4F4F. Windows color (decimal): -1963971 or 3999970. OLE color: 3999970.
HSL color Cylindrical-coordinate representation of color #E2083D: hue angle of 345.41º 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 #E2083D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.11 |
| HSL | 345.41º | 0.93% | 0.46% | - |
| HSV(B) | 345.41º | 0.96% | 0.89% | - |
| XYZ | 32.29 | 16.68 | 5.93 | - |
| YUV | 79.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 61 | 0 | 0.96 | 0.73 | 0.11 | 345.41 | 0.93 | 0.46 |
| Hex | E2 | 8 | 3D | 0 | 60 | 49 | B | 159 | 5D | 2E |
| Octal | 342 | 10 | 75 | 0 | 140 | 111 | 13 | 531 | 135 | 56 |
| Binary | 11100010 | 1000 | 111101 | 0 | 1100000 | 1001001 | 1011 | 101011001 | 1011101 | 101110 |
Color Harmonies of #E2083D
Complementary color
Monochromatic Colors of #E2083D
Black with #E2083D
Text Example
Text Example
White with #E2083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2083D; }
p { color: rgb(226,8,61); }
H1.HeaderClassName
{
color: #E2083D;
}
.AnyTagClassName
{
color: #E2083D;
}
</style>
background-color css
<style>
a { background-color: #E2083D; }
a { background-color: rgb(226,8,61); }
div.DivClassName
{
background-color: #E2083D;
}
.BgClassName
{
background-color: #E2083D;
}
</style>
border-color css
<style>
span { border-color: #E2083D; }
span { border-color: rgb(226,8,61); }
td.TdClassName
{
border-color: #E2083D;
}
.TagClassName
{
border-color: #E2083D;
}
</style>