Shades of Crimson #E3093E
Tints of Crimson #E3093E
RGB
CMYK
RGB Variations
Color information
#E3093E (or 0xE3093E) is known color: Crimson. HEX triplet: E3, 09 and 3E. RGB value is (227,9,62). Sum of RGB (Red+Green+Blue) = 227+9+62=298 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.17% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 227 - color contains mainly: red. Hex color #E3093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3093E is #1CF6C1. Grayscale: #505050. Windows color (decimal): -1898178 or 4065763. OLE color: 4065763.
HSL color Cylindrical-coordinate representation of color #E3093E: hue angle of 345.41º degrees, saturation: 0.92, 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 #E3093E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.11 |
| HSL | 345.41º | 0.92% | 0.46% | - |
| HSV(B) | 345.41º | 0.96% | 0.89% | - |
| XYZ | 32.65 | 16.87 | 6.09 | - |
| YUV | 80.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 62 | 0 | 0.96 | 0.73 | 0.11 | 345.41 | 0.92 | 0.46 |
| Hex | E3 | 9 | 3E | 0 | 60 | 49 | B | 159 | 5C | 2E |
| Octal | 343 | 11 | 76 | 0 | 140 | 111 | 13 | 531 | 134 | 56 |
| Binary | 11100011 | 1001 | 111110 | 0 | 1100000 | 1001001 | 1011 | 101011001 | 1011100 | 101110 |
Color Harmonies of #E3093E
Complementary color
Monochromatic Colors of #E3093E
Black with #E3093E
Text Example
Text Example
White with #E3093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3093E; }
p { color: rgb(227,9,62); }
H1.HeaderClassName
{
color: #E3093E;
}
.AnyTagClassName
{
color: #E3093E;
}
</style>
background-color css
<style>
a { background-color: #E3093E; }
a { background-color: rgb(227,9,62); }
div.DivClassName
{
background-color: #E3093E;
}
.BgClassName
{
background-color: #E3093E;
}
</style>
border-color css
<style>
span { border-color: #E3093E; }
span { border-color: rgb(227,9,62); }
td.TdClassName
{
border-color: #E3093E;
}
.TagClassName
{
border-color: #E3093E;
}
</style>