Shades of Crimson #E0092D
Tints of Crimson #E0092D
RGB
CMYK
RGB Variations
Color information
#E0092D (or 0xE0092D) is known color: Crimson. HEX triplet: E0, 09 and 2D. RGB value is (224,9,45). Sum of RGB (Red+Green+Blue) = 224+9+45=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E0092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0092D is #1FF6D2. Grayscale: #4D4D4D. Windows color (decimal): -2094803 or 2951648. OLE color: 2951648.
HSL color Cylindrical-coordinate representation of color #E0092D: hue angle of 349.95º 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 #E0092D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.12 |
| HSL | 349.95º | 0.92% | 0.46% | - |
| HSV(B) | 349.95º | 0.96% | 0.88% | - |
| XYZ | 31.31 | 16.23 | 3.97 | - |
| YUV | 77.39 | 109.73 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 45 | 0 | 0.96 | 0.80 | 0.12 | 349.95 | 0.92 | 0.46 |
| Hex | E0 | 9 | 2D | 0 | 60 | 50 | C | 15E | 5C | 2E |
| Octal | 340 | 11 | 55 | 0 | 140 | 120 | 14 | 536 | 134 | 56 |
| Binary | 11100000 | 1001 | 101101 | 0 | 1100000 | 1010000 | 1100 | 101011110 | 1011100 | 101110 |
Color Harmonies of #E0092D
Complementary color
Monochromatic Colors of #E0092D
Black with #E0092D
Text Example
Text Example
White with #E0092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0092D; }
p { color: rgb(224,9,45); }
H1.HeaderClassName
{
color: #E0092D;
}
.AnyTagClassName
{
color: #E0092D;
}
</style>
background-color css
<style>
a { background-color: #E0092D; }
a { background-color: rgb(224,9,45); }
div.DivClassName
{
background-color: #E0092D;
}
.BgClassName
{
background-color: #E0092D;
}
</style>
border-color css
<style>
span { border-color: #E0092D; }
span { border-color: rgb(224,9,45); }
td.TdClassName
{
border-color: #E0092D;
}
.TagClassName
{
border-color: #E0092D;
}
</style>