Shades of Crimson #E3093D
Tints of Crimson #E3093D
RGB
CMYK
RGB Variations
Color information
#E3093D (or 0xE3093D) is known color: Crimson. HEX triplet: E3, 09 and 3D. RGB value is (227,9,61). Sum of RGB (Red+Green+Blue) = 227+9+61=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E3093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3093D is #1CF6C2. Grayscale: #505050. Windows color (decimal): -1898179 or 4000227. OLE color: 4000227.
HSL color Cylindrical-coordinate representation of color #E3093D: hue angle of 345.69º 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 #E3093D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.11 |
| HSL | 345.69º | 0.92% | 0.46% | - |
| HSV(B) | 345.69º | 0.96% | 0.89% | - |
| XYZ | 32.62 | 16.86 | 5.95 | - |
| YUV | 80.11 | 117.22 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 61 | 0 | 0.96 | 0.73 | 0.11 | 345.69 | 0.92 | 0.46 |
| Hex | E3 | 9 | 3D | 0 | 60 | 49 | B | 15A | 5C | 2E |
| Octal | 343 | 11 | 75 | 0 | 140 | 111 | 13 | 532 | 134 | 56 |
| Binary | 11100011 | 1001 | 111101 | 0 | 1100000 | 1001001 | 1011 | 101011010 | 1011100 | 101110 |
Color Harmonies of #E3093D
Complementary color
Monochromatic Colors of #E3093D
Black with #E3093D
Text Example
Text Example
White with #E3093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3093D; }
p { color: rgb(227,9,61); }
H1.HeaderClassName
{
color: #E3093D;
}
.AnyTagClassName
{
color: #E3093D;
}
</style>
background-color css
<style>
a { background-color: #E3093D; }
a { background-color: rgb(227,9,61); }
div.DivClassName
{
background-color: #E3093D;
}
.BgClassName
{
background-color: #E3093D;
}
</style>
border-color css
<style>
span { border-color: #E3093D; }
span { border-color: rgb(227,9,61); }
td.TdClassName
{
border-color: #E3093D;
}
.TagClassName
{
border-color: #E3093D;
}
</style>