Shades of Orange Red #E93A05
Tints of Orange Red #E93A05
RGB
CMYK
RGB Variations
Color information
#E93A05 (or 0xE93A05) is known color: Orange Red. HEX triplet: E9, 3A and 05. RGB value is (233,58,5). Sum of RGB (Red+Green+Blue) = 233+58+5=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93A05 is #16C5FA. Grayscale: #686868. Windows color (decimal): -1492475 or 342761. OLE color: 342761.
HSL color Cylindrical-coordinate representation of color #E93A05: hue angle of 13.95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E93A05 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 58 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.09 |
| HSL | 13.95º | 0.96% | 0.47% | - |
| HSV(B) | 13.95º | 0.98% | 0.91% | - |
| XYZ | 35.14 | 20.36 | 2.22 | - |
| YUV | 104.28 | 71.98 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 58 | 5 | 0 | 0.75 | 0.98 | 0.09 | 13.95 | 0.96 | 0.47 |
| Hex | E9 | 3A | 5 | 0 | 4B | 62 | 9 | E | 60 | 2F |
| Octal | 351 | 72 | 5 | 0 | 113 | 142 | 11 | 16 | 140 | 57 |
| Binary | 11101001 | 111010 | 101 | 0 | 1001011 | 1100010 | 1001 | 1110 | 1100000 | 101111 |
Color Harmonies of #E93A05
Complementary color
Monochromatic Colors of #E93A05
Black with #E93A05
Text Example
Text Example
White with #E93A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93A05; }
p { color: rgb(233,58,5); }
H1.HeaderClassName
{
color: #E93A05;
}
.AnyTagClassName
{
color: #E93A05;
}
</style>
background-color css
<style>
a { background-color: #E93A05; }
a { background-color: rgb(233,58,5); }
div.DivClassName
{
background-color: #E93A05;
}
.BgClassName
{
background-color: #E93A05;
}
</style>
border-color css
<style>
span { border-color: #E93A05; }
span { border-color: rgb(233,58,5); }
td.TdClassName
{
border-color: #E93A05;
}
.TagClassName
{
border-color: #E93A05;
}
</style>