Shades of Crimson #E0082D
Tints of Crimson #E0082D
RGB
CMYK
RGB Variations
Color information
#E0082D (or 0xE0082D) is known color: Crimson. HEX triplet: E0, 08 and 2D. RGB value is (224,8,45). Sum of RGB (Red+Green+Blue) = 224+8+45=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E0082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0082D is #1FF7D2. Grayscale: #4C4C4C. Windows color (decimal): -2095059 or 2951392. OLE color: 2951392.
HSL color Cylindrical-coordinate representation of color #E0082D: hue angle of 349.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0082D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.12 |
| HSL | 349.72º | 0.93% | 0.45% | - |
| HSV(B) | 349.72º | 0.96% | 0.88% | - |
| XYZ | 31.3 | 16.21 | 3.96 | - |
| YUV | 76.8 | 110.06 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 45 | 0 | 0.96 | 0.80 | 0.12 | 349.72 | 0.93 | 0.45 |
| Hex | E0 | 8 | 2D | 0 | 60 | 50 | C | 15E | 5D | 2D |
| Octal | 340 | 10 | 55 | 0 | 140 | 120 | 14 | 536 | 135 | 55 |
| Binary | 11100000 | 1000 | 101101 | 0 | 1100000 | 1010000 | 1100 | 101011110 | 1011101 | 101101 |
Color Harmonies of #E0082D
Complementary color
Monochromatic Colors of #E0082D
Black with #E0082D
Text Example
Text Example
White with #E0082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0082D; }
p { color: rgb(224,8,45); }
H1.HeaderClassName
{
color: #E0082D;
}
.AnyTagClassName
{
color: #E0082D;
}
</style>
background-color css
<style>
a { background-color: #E0082D; }
a { background-color: rgb(224,8,45); }
div.DivClassName
{
background-color: #E0082D;
}
.BgClassName
{
background-color: #E0082D;
}
</style>
border-color css
<style>
span { border-color: #E0082D; }
span { border-color: rgb(224,8,45); }
td.TdClassName
{
border-color: #E0082D;
}
.TagClassName
{
border-color: #E0082D;
}
</style>