Shades of Crimson #E3092D
Tints of Crimson #E3092D
RGB
CMYK
RGB Variations
Color information
#E3092D (or 0xE3092D) is known color: Crimson. HEX triplet: E3, 09 and 2D. RGB value is (227,9,45). Sum of RGB (Red+Green+Blue) = 227+9+45=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E3092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3092D is #1CF6D2. Grayscale: #4E4E4E. Windows color (decimal): -1898195 or 2951651. OLE color: 2951651.
HSL color Cylindrical-coordinate representation of color #E3092D: hue angle of 350.09º 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 #E3092D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.11 |
| HSL | 350.09º | 0.92% | 0.46% | - |
| HSV(B) | 350.09º | 0.96% | 0.89% | - |
| XYZ | 32.25 | 16.72 | 4.01 | - |
| YUV | 78.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 45 | 0 | 0.96 | 0.80 | 0.11 | 350.09 | 0.92 | 0.46 |
| Hex | E3 | 9 | 2D | 0 | 60 | 50 | B | 15E | 5C | 2E |
| Octal | 343 | 11 | 55 | 0 | 140 | 120 | 13 | 536 | 134 | 56 |
| Binary | 11100011 | 1001 | 101101 | 0 | 1100000 | 1010000 | 1011 | 101011110 | 1011100 | 101110 |
Color Harmonies of #E3092D
Complementary color
Monochromatic Colors of #E3092D
Black with #E3092D
Text Example
Text Example
White with #E3092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3092D; }
p { color: rgb(227,9,45); }
H1.HeaderClassName
{
color: #E3092D;
}
.AnyTagClassName
{
color: #E3092D;
}
</style>
background-color css
<style>
a { background-color: #E3092D; }
a { background-color: rgb(227,9,45); }
div.DivClassName
{
background-color: #E3092D;
}
.BgClassName
{
background-color: #E3092D;
}
</style>
border-color css
<style>
span { border-color: #E3092D; }
span { border-color: rgb(227,9,45); }
td.TdClassName
{
border-color: #E3092D;
}
.TagClassName
{
border-color: #E3092D;
}
</style>