Shades of Crimson #E0092A
Tints of Crimson #E0092A
RGB
CMYK
RGB Variations
Color information
#E0092A (or 0xE0092A) is known color: Crimson. HEX triplet: E0, 09 and 2A. RGB value is (224,9,42). Sum of RGB (Red+Green+Blue) = 224+9+42=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E0092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0092A is #1FF6D5. Grayscale: #4D4D4D. Windows color (decimal): -2094806 or 2755040. OLE color: 2755040.
HSL color Cylindrical-coordinate representation of color #E0092A: hue angle of 350.79º 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 #E0092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.12 |
| HSL | 350.79º | 0.92% | 0.46% | - |
| HSV(B) | 350.79º | 0.96% | 0.88% | - |
| XYZ | 31.26 | 16.21 | 3.67 | - |
| YUV | 77.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 42 | 0 | 0.96 | 0.81 | 0.12 | 350.79 | 0.92 | 0.46 |
| Hex | E0 | 9 | 2A | 0 | 60 | 51 | C | 15F | 5C | 2E |
| Octal | 340 | 11 | 52 | 0 | 140 | 121 | 14 | 537 | 134 | 56 |
| Binary | 11100000 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1100 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E0092A
Complementary color
Monochromatic Colors of #E0092A
Black with #E0092A
Text Example
Text Example
White with #E0092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0092A; }
p { color: rgb(224,9,42); }
H1.HeaderClassName
{
color: #E0092A;
}
.AnyTagClassName
{
color: #E0092A;
}
</style>
background-color css
<style>
a { background-color: #E0092A; }
a { background-color: rgb(224,9,42); }
div.DivClassName
{
background-color: #E0092A;
}
.BgClassName
{
background-color: #E0092A;
}
</style>
border-color css
<style>
span { border-color: #E0092A; }
span { border-color: rgb(224,9,42); }
td.TdClassName
{
border-color: #E0092A;
}
.TagClassName
{
border-color: #E0092A;
}
</style>