Shades of Crimson #E5093B
Tints of Crimson #E5093B
RGB
CMYK
RGB Variations
Color information
#E5093B (or 0xE5093B) is known color: Crimson. HEX triplet: E5, 09 and 3B. RGB value is (229,9,59). Sum of RGB (Red+Green+Blue) = 229+9+59=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E5093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5093B is #1AF6C4. Grayscale: #505050. Windows color (decimal): -1767109 or 3869157. OLE color: 3869157.
HSL color Cylindrical-coordinate representation of color #E5093B: hue angle of 346.36º 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 #E5093B is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.10 |
| HSL | 346.36º | 0.92% | 0.47% | - |
| HSV(B) | 346.36º | 0.96% | 0.9% | - |
| XYZ | 33.2 | 17.17 | 5.7 | - |
| YUV | 80.48 | 115.89 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 59 | 0 | 0.96 | 0.74 | 0.10 | 346.36 | 0.92 | 0.47 |
| Hex | E5 | 9 | 3B | 0 | 60 | 4A | A | 15A | 5C | 2F |
| Octal | 345 | 11 | 73 | 0 | 140 | 112 | 12 | 532 | 134 | 57 |
| Binary | 11100101 | 1001 | 111011 | 0 | 1100000 | 1001010 | 1010 | 101011010 | 1011100 | 101111 |
Color Harmonies of #E5093B
Complementary color
Monochromatic Colors of #E5093B
Black with #E5093B
Text Example
Text Example
White with #E5093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5093B; }
p { color: rgb(229,9,59); }
H1.HeaderClassName
{
color: #E5093B;
}
.AnyTagClassName
{
color: #E5093B;
}
</style>
background-color css
<style>
a { background-color: #E5093B; }
a { background-color: rgb(229,9,59); }
div.DivClassName
{
background-color: #E5093B;
}
.BgClassName
{
background-color: #E5093B;
}
</style>
border-color css
<style>
span { border-color: #E5093B; }
span { border-color: rgb(229,9,59); }
td.TdClassName
{
border-color: #E5093B;
}
.TagClassName
{
border-color: #E5093B;
}
</style>