Shades of Crimson #E3092B
Tints of Crimson #E3092B
RGB
CMYK
RGB Variations
Color information
#E3092B (or 0xE3092B) is known color: Crimson. HEX triplet: E3, 09 and 2B. RGB value is (227,9,43). Sum of RGB (Red+Green+Blue) = 227+9+43=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E3092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3092B is #1CF6D4. Grayscale: #4E4E4E. Windows color (decimal): -1898197 or 2820579. OLE color: 2820579.
HSL color Cylindrical-coordinate representation of color #E3092B: hue angle of 350.64º 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 #E3092B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.11 |
| HSL | 350.64º | 0.92% | 0.46% | - |
| HSV(B) | 350.64º | 0.96% | 0.89% | - |
| XYZ | 32.21 | 16.7 | 3.81 | - |
| YUV | 78.06 | 108.22 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 43 | 0 | 0.96 | 0.81 | 0.11 | 350.64 | 0.92 | 0.46 |
| Hex | E3 | 9 | 2B | 0 | 60 | 51 | B | 15F | 5C | 2E |
| Octal | 343 | 11 | 53 | 0 | 140 | 121 | 13 | 537 | 134 | 56 |
| Binary | 11100011 | 1001 | 101011 | 0 | 1100000 | 1010001 | 1011 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E3092B
Complementary color
Monochromatic Colors of #E3092B
Black with #E3092B
Text Example
Text Example
White with #E3092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3092B; }
p { color: rgb(227,9,43); }
H1.HeaderClassName
{
color: #E3092B;
}
.AnyTagClassName
{
color: #E3092B;
}
</style>
background-color css
<style>
a { background-color: #E3092B; }
a { background-color: rgb(227,9,43); }
div.DivClassName
{
background-color: #E3092B;
}
.BgClassName
{
background-color: #E3092B;
}
</style>
border-color css
<style>
span { border-color: #E3092B; }
span { border-color: rgb(227,9,43); }
td.TdClassName
{
border-color: #E3092B;
}
.TagClassName
{
border-color: #E3092B;
}
</style>