Shades of Crimson #E0093D
Tints of Crimson #E0093D
RGB
CMYK
RGB Variations
Color information
#E0093D (or 0xE0093D) is known color: Crimson. HEX triplet: E0, 09 and 3D. RGB value is (224,9,61). Sum of RGB (Red+Green+Blue) = 224+9+61=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E0093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0093D is #1FF6C2. Grayscale: #4F4F4F. Windows color (decimal): -2094787 or 4000224. OLE color: 4000224.
HSL color Cylindrical-coordinate representation of color #E0093D: hue angle of 345.49º 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 #E0093D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.12 |
| HSL | 345.49º | 0.92% | 0.46% | - |
| HSV(B) | 345.49º | 0.96% | 0.88% | - |
| XYZ | 31.68 | 16.38 | 5.91 | - |
| YUV | 79.21 | 117.73 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 61 | 0 | 0.96 | 0.73 | 0.12 | 345.49 | 0.92 | 0.46 |
| Hex | E0 | 9 | 3D | 0 | 60 | 49 | C | 159 | 5C | 2E |
| Octal | 340 | 11 | 75 | 0 | 140 | 111 | 14 | 531 | 134 | 56 |
| Binary | 11100000 | 1001 | 111101 | 0 | 1100000 | 1001001 | 1100 | 101011001 | 1011100 | 101110 |
Color Harmonies of #E0093D
Complementary color
Monochromatic Colors of #E0093D
Black with #E0093D
Text Example
Text Example
White with #E0093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0093D; }
p { color: rgb(224,9,61); }
H1.HeaderClassName
{
color: #E0093D;
}
.AnyTagClassName
{
color: #E0093D;
}
</style>
background-color css
<style>
a { background-color: #E0093D; }
a { background-color: rgb(224,9,61); }
div.DivClassName
{
background-color: #E0093D;
}
.BgClassName
{
background-color: #E0093D;
}
</style>
border-color css
<style>
span { border-color: #E0093D; }
span { border-color: rgb(224,9,61); }
td.TdClassName
{
border-color: #E0093D;
}
.TagClassName
{
border-color: #E0093D;
}
</style>