Shades of Crimson #E1093D
Tints of Crimson #E1093D
RGB
CMYK
RGB Variations
Color information
#E1093D (or 0xE1093D) is known color: Crimson. HEX triplet: E1, 09 and 3D. RGB value is (225,9,61). Sum of RGB (Red+Green+Blue) = 225+9+61=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1093D is #1EF6C2. Grayscale: #4F4F4F. Windows color (decimal): -2029251 or 4000225. OLE color: 4000225.
HSL color Cylindrical-coordinate representation of color #E1093D: hue angle of 345.56º 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 #E1093D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.12 |
| HSL | 345.56º | 0.92% | 0.46% | - |
| HSV(B) | 345.56º | 0.96% | 0.88% | - |
| XYZ | 31.99 | 16.54 | 5.92 | - |
| YUV | 79.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 61 | 0 | 0.96 | 0.73 | 0.12 | 345.56 | 0.92 | 0.46 |
| Hex | E1 | 9 | 3D | 0 | 60 | 49 | C | 15A | 5C | 2E |
| Octal | 341 | 11 | 75 | 0 | 140 | 111 | 14 | 532 | 134 | 56 |
| Binary | 11100001 | 1001 | 111101 | 0 | 1100000 | 1001001 | 1100 | 101011010 | 1011100 | 101110 |
Color Harmonies of #E1093D
Complementary color
Monochromatic Colors of #E1093D
Black with #E1093D
Text Example
Text Example
White with #E1093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1093D; }
p { color: rgb(225,9,61); }
H1.HeaderClassName
{
color: #E1093D;
}
.AnyTagClassName
{
color: #E1093D;
}
</style>
background-color css
<style>
a { background-color: #E1093D; }
a { background-color: rgb(225,9,61); }
div.DivClassName
{
background-color: #E1093D;
}
.BgClassName
{
background-color: #E1093D;
}
</style>
border-color css
<style>
span { border-color: #E1093D; }
span { border-color: rgb(225,9,61); }
td.TdClassName
{
border-color: #E1093D;
}
.TagClassName
{
border-color: #E1093D;
}
</style>