Shades of Orange Red #E93C06
Tints of Orange Red #E93C06
RGB
CMYK
RGB Variations
Color information
#E93C06 (or 0xE93C06) is known color: Orange Red. HEX triplet: E9, 3C and 06. RGB value is (233,60,6). Sum of RGB (Red+Green+Blue) = 233+60+6=299 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.93% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C06 is #16C3F9. Grayscale: #696969. Windows color (decimal): -1491962 or 408809. OLE color: 408809.
HSL color Cylindrical-coordinate representation of color #E93C06: hue angle of 14.27º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E93C06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.09 |
| HSL | 14.27º | 0.95% | 0.47% | - |
| HSV(B) | 14.27º | 0.97% | 0.91% | - |
| XYZ | 35.25 | 20.57 | 2.28 | - |
| YUV | 105.57 | 71.81 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 6 | 0 | 0.74 | 0.97 | 0.09 | 14.27 | 0.95 | 0.47 |
| Hex | E9 | 3C | 6 | 0 | 4A | 61 | 9 | E | 5F | 2F |
| Octal | 351 | 74 | 6 | 0 | 112 | 141 | 11 | 16 | 137 | 57 |
| Binary | 11101001 | 111100 | 110 | 0 | 1001010 | 1100001 | 1001 | 1110 | 1011111 | 101111 |
Color Harmonies of #E93C06
Complementary color
Monochromatic Colors of #E93C06
Black with #E93C06
Text Example
Text Example
White with #E93C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93C06; }
p { color: rgb(233,60,6); }
H1.HeaderClassName
{
color: #E93C06;
}
.AnyTagClassName
{
color: #E93C06;
}
</style>
background-color css
<style>
a { background-color: #E93C06; }
a { background-color: rgb(233,60,6); }
div.DivClassName
{
background-color: #E93C06;
}
.BgClassName
{
background-color: #E93C06;
}
</style>
border-color css
<style>
span { border-color: #E93C06; }
span { border-color: rgb(233,60,6); }
td.TdClassName
{
border-color: #E93C06;
}
.TagClassName
{
border-color: #E93C06;
}
</style>