Shades of Crimson #E3083E
Tints of Crimson #E3083E
RGB
CMYK
RGB Variations
Color information
#E3083E (or 0xE3083E) is known color: Crimson. HEX triplet: E3, 08 and 3E. RGB value is (227,8,62). Sum of RGB (Red+Green+Blue) = 227+8+62=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E3083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3083E is #1CF7C1. Grayscale: #4F4F4F. Windows color (decimal): -1898434 or 4065507. OLE color: 4065507.
HSL color Cylindrical-coordinate representation of color #E3083E: hue angle of 345.21º 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 #E3083E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.11 |
| HSL | 345.21º | 0.93% | 0.46% | - |
| HSV(B) | 345.21º | 0.96% | 0.89% | - |
| XYZ | 32.63 | 16.85 | 6.09 | - |
| YUV | 79.64 | 118.05 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 62 | 0 | 0.96 | 0.73 | 0.11 | 345.21 | 0.93 | 0.46 |
| Hex | E3 | 8 | 3E | 0 | 60 | 49 | B | 159 | 5D | 2E |
| Octal | 343 | 10 | 76 | 0 | 140 | 111 | 13 | 531 | 135 | 56 |
| Binary | 11100011 | 1000 | 111110 | 0 | 1100000 | 1001001 | 1011 | 101011001 | 1011101 | 101110 |
Color Harmonies of #E3083E
Complementary color
Monochromatic Colors of #E3083E
Black with #E3083E
Text Example
Text Example
White with #E3083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3083E; }
p { color: rgb(227,8,62); }
H1.HeaderClassName
{
color: #E3083E;
}
.AnyTagClassName
{
color: #E3083E;
}
</style>
background-color css
<style>
a { background-color: #E3083E; }
a { background-color: rgb(227,8,62); }
div.DivClassName
{
background-color: #E3083E;
}
.BgClassName
{
background-color: #E3083E;
}
</style>
border-color css
<style>
span { border-color: #E3083E; }
span { border-color: rgb(227,8,62); }
td.TdClassName
{
border-color: #E3083E;
}
.TagClassName
{
border-color: #E3083E;
}
</style>