Shades of Crimson #E5093C
Tints of Crimson #E5093C
RGB
CMYK
RGB Variations
Color information
#E5093C (or 0xE5093C) is known color: Crimson. HEX triplet: E5, 09 and 3C. RGB value is (229,9,60). Sum of RGB (Red+Green+Blue) = 229+9+60=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E5093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5093C is #1AF6C3. Grayscale: #505050. Windows color (decimal): -1767108 or 3934693. OLE color: 3934693.
HSL color Cylindrical-coordinate representation of color #E5093C: hue angle of 346.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5093C is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.10 |
| HSL | 346.09º | 0.92% | 0.47% | - |
| HSV(B) | 346.09º | 0.96% | 0.9% | - |
| XYZ | 33.23 | 17.18 | 5.84 | - |
| YUV | 80.59 | 116.39 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 60 | 0 | 0.96 | 0.74 | 0.10 | 346.09 | 0.92 | 0.47 |
| Hex | E5 | 9 | 3C | 0 | 60 | 4A | A | 15A | 5C | 2F |
| Octal | 345 | 11 | 74 | 0 | 140 | 112 | 12 | 532 | 134 | 57 |
| Binary | 11100101 | 1001 | 111100 | 0 | 1100000 | 1001010 | 1010 | 101011010 | 1011100 | 101111 |
Color Harmonies of #E5093C
Complementary color
Monochromatic Colors of #E5093C
Black with #E5093C
Text Example
Text Example
White with #E5093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5093C; }
p { color: rgb(229,9,60); }
H1.HeaderClassName
{
color: #E5093C;
}
.AnyTagClassName
{
color: #E5093C;
}
</style>
background-color css
<style>
a { background-color: #E5093C; }
a { background-color: rgb(229,9,60); }
div.DivClassName
{
background-color: #E5093C;
}
.BgClassName
{
background-color: #E5093C;
}
</style>
border-color css
<style>
span { border-color: #E5093C; }
span { border-color: rgb(229,9,60); }
td.TdClassName
{
border-color: #E5093C;
}
.TagClassName
{
border-color: #E5093C;
}
</style>