Shades of Crimson #E0092B
Tints of Crimson #E0092B
RGB
CMYK
RGB Variations
Color information
#E0092B (or 0xE0092B) is known color: Crimson. HEX triplet: E0, 09 and 2B. RGB value is (224,9,43). Sum of RGB (Red+Green+Blue) = 224+9+43=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E0092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0092B is #1FF6D4. Grayscale: #4D4D4D. Windows color (decimal): -2094805 or 2820576. OLE color: 2820576.
HSL color Cylindrical-coordinate representation of color #E0092B: hue angle of 350.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0092B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.12 |
| HSL | 350.51º | 0.92% | 0.46% | - |
| HSV(B) | 350.51º | 0.96% | 0.88% | - |
| XYZ | 31.27 | 16.22 | 3.77 | - |
| YUV | 77.16 | 108.73 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 43 | 0 | 0.96 | 0.81 | 0.12 | 350.51 | 0.92 | 0.46 |
| Hex | E0 | 9 | 2B | 0 | 60 | 51 | C | 15F | 5C | 2E |
| Octal | 340 | 11 | 53 | 0 | 140 | 121 | 14 | 537 | 134 | 56 |
| Binary | 11100000 | 1001 | 101011 | 0 | 1100000 | 1010001 | 1100 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E0092B
Complementary color
Monochromatic Colors of #E0092B
Black with #E0092B
Text Example
Text Example
White with #E0092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0092B; }
p { color: rgb(224,9,43); }
H1.HeaderClassName
{
color: #E0092B;
}
.AnyTagClassName
{
color: #E0092B;
}
</style>
background-color css
<style>
a { background-color: #E0092B; }
a { background-color: rgb(224,9,43); }
div.DivClassName
{
background-color: #E0092B;
}
.BgClassName
{
background-color: #E0092B;
}
</style>
border-color css
<style>
span { border-color: #E0092B; }
span { border-color: rgb(224,9,43); }
td.TdClassName
{
border-color: #E0092B;
}
.TagClassName
{
border-color: #E0092B;
}
</style>