Shades of Crimson #E1082D
Tints of Crimson #E1082D
RGB
CMYK
RGB Variations
Color information
#E1082D (or 0xE1082D) is known color: Crimson. HEX triplet: E1, 08 and 2D. RGB value is (225,8,45). Sum of RGB (Red+Green+Blue) = 225+8+45=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E1082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1082D is #1EF7D2. Grayscale: #4D4D4D. Windows color (decimal): -2029523 or 2951393. OLE color: 2951393.
HSL color Cylindrical-coordinate representation of color #E1082D: hue angle of 349.77º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1082D is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.8 | 0.12 |
| HSL | 349.77º | 0.93% | 0.46% | - |
| HSV(B) | 349.77º | 0.96% | 0.88% | - |
| XYZ | 31.61 | 16.37 | 3.98 | - |
| YUV | 77.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 45 | 0 | 0.96 | 0.8 | 0.12 | 349.77 | 0.93 | 0.46 |
| Hex | E1 | 8 | 2D | 0 | 60 | 50 | C | 15E | 5D | 2E |
| Octal | 341 | 10 | 55 | 0 | 140 | 120 | 14 | 536 | 135 | 56 |
| Binary | 11100001 | 1000 | 101101 | 0 | 1100000 | 1010000 | 1100 | 101011110 | 1011101 | 101110 |
Color Harmonies of #E1082D
Complementary color
Monochromatic Colors of #E1082D
Black with #E1082D
Text Example
Text Example
White with #E1082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1082D; }
p { color: rgb(225,8,45); }
H1.HeaderClassName
{
color: #E1082D;
}
.AnyTagClassName
{
color: #E1082D;
}
</style>
background-color css
<style>
a { background-color: #E1082D; }
a { background-color: rgb(225,8,45); }
div.DivClassName
{
background-color: #E1082D;
}
.BgClassName
{
background-color: #E1082D;
}
</style>
border-color css
<style>
span { border-color: #E1082D; }
span { border-color: rgb(225,8,45); }
td.TdClassName
{
border-color: #E1082D;
}
.TagClassName
{
border-color: #E1082D;
}
</style>