Shades of Crimson #E3082F
Tints of Crimson #E3082F
RGB
CMYK
RGB Variations
Color information
#E3082F (or 0xE3082F) is known color: Crimson. HEX triplet: E3, 08 and 2F. RGB value is (227,8,47). Sum of RGB (Red+Green+Blue) = 227+8+47=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E3082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3082F is #1CF7D0. Grayscale: #4D4D4D. Windows color (decimal): -1898449 or 3082467. OLE color: 3082467.
HSL color Cylindrical-coordinate representation of color #E3082F: hue angle of 349.32º 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 #E3082F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.11 |
| HSL | 349.32º | 0.93% | 0.46% | - |
| HSV(B) | 349.32º | 0.96% | 0.89% | - |
| XYZ | 32.28 | 16.71 | 4.21 | - |
| YUV | 77.93 | 110.55 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 47 | 0 | 0.96 | 0.79 | 0.11 | 349.32 | 0.93 | 0.46 |
| Hex | E3 | 8 | 2F | 0 | 60 | 4F | B | 15D | 5D | 2E |
| Octal | 343 | 10 | 57 | 0 | 140 | 117 | 13 | 535 | 135 | 56 |
| Binary | 11100011 | 1000 | 101111 | 0 | 1100000 | 1001111 | 1011 | 101011101 | 1011101 | 101110 |
Color Harmonies of #E3082F
Complementary color
Monochromatic Colors of #E3082F
Black with #E3082F
Text Example
Text Example
White with #E3082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3082F; }
p { color: rgb(227,8,47); }
H1.HeaderClassName
{
color: #E3082F;
}
.AnyTagClassName
{
color: #E3082F;
}
</style>
background-color css
<style>
a { background-color: #E3082F; }
a { background-color: rgb(227,8,47); }
div.DivClassName
{
background-color: #E3082F;
}
.BgClassName
{
background-color: #E3082F;
}
</style>
border-color css
<style>
span { border-color: #E3082F; }
span { border-color: rgb(227,8,47); }
td.TdClassName
{
border-color: #E3082F;
}
.TagClassName
{
border-color: #E3082F;
}
</style>