Shades of Crimson #E0082F
Tints of Crimson #E0082F
RGB
CMYK
RGB Variations
Color information
#E0082F (or 0xE0082F) is known color: Crimson. HEX triplet: E0, 08 and 2F. RGB value is (224,8,47). Sum of RGB (Red+Green+Blue) = 224+8+47=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E0082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0082F is #1FF7D0. Grayscale: #4D4D4D. Windows color (decimal): -2095057 or 3082464. OLE color: 3082464.
HSL color Cylindrical-coordinate representation of color #E0082F: hue angle of 349.17º 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 #E0082F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.12 |
| HSL | 349.17º | 0.93% | 0.45% | - |
| HSV(B) | 349.17º | 0.96% | 0.88% | - |
| XYZ | 31.34 | 16.23 | 4.17 | - |
| YUV | 77.03 | 111.06 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 47 | 0 | 0.96 | 0.79 | 0.12 | 349.17 | 0.93 | 0.45 |
| Hex | E0 | 8 | 2F | 0 | 60 | 4F | C | 15D | 5D | 2D |
| Octal | 340 | 10 | 57 | 0 | 140 | 117 | 14 | 535 | 135 | 55 |
| Binary | 11100000 | 1000 | 101111 | 0 | 1100000 | 1001111 | 1100 | 101011101 | 1011101 | 101101 |
Color Harmonies of #E0082F
Complementary color
Monochromatic Colors of #E0082F
Black with #E0082F
Text Example
Text Example
White with #E0082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0082F; }
p { color: rgb(224,8,47); }
H1.HeaderClassName
{
color: #E0082F;
}
.AnyTagClassName
{
color: #E0082F;
}
</style>
background-color css
<style>
a { background-color: #E0082F; }
a { background-color: rgb(224,8,47); }
div.DivClassName
{
background-color: #E0082F;
}
.BgClassName
{
background-color: #E0082F;
}
</style>
border-color css
<style>
span { border-color: #E0082F; }
span { border-color: rgb(224,8,47); }
td.TdClassName
{
border-color: #E0082F;
}
.TagClassName
{
border-color: #E0082F;
}
</style>