Shades of Orange Red #E33C06
Tints of Orange Red #E33C06
RGB
CMYK
RGB Variations
Color information
#E33C06 (or 0xE33C06) is known color: Orange Red. HEX triplet: E3, 3C and 06. RGB value is (227,60,6). Sum of RGB (Red+Green+Blue) = 227+60+6=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33C06 is #1CC3F9. Grayscale: #686868. Windows color (decimal): -1885178 or 408803. OLE color: 408803.
HSL color Cylindrical-coordinate representation of color #E33C06: hue angle of 14.66º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E33C06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.11 |
| HSL | 14.66º | 0.95% | 0.46% | - |
| HSV(B) | 14.66º | 0.97% | 0.89% | - |
| XYZ | 33.33 | 19.58 | 2.19 | - |
| YUV | 103.78 | 72.83 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 6 | 0 | 0.74 | 0.97 | 0.11 | 14.66 | 0.95 | 0.46 |
| Hex | E3 | 3C | 6 | 0 | 4A | 61 | B | F | 5F | 2E |
| Octal | 343 | 74 | 6 | 0 | 112 | 141 | 13 | 17 | 137 | 56 |
| Binary | 11100011 | 111100 | 110 | 0 | 1001010 | 1100001 | 1011 | 1111 | 1011111 | 101110 |
Color Harmonies of #E33C06
Complementary color
Monochromatic Colors of #E33C06
Black with #E33C06
Text Example
Text Example
White with #E33C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33C06; }
p { color: rgb(227,60,6); }
H1.HeaderClassName
{
color: #E33C06;
}
.AnyTagClassName
{
color: #E33C06;
}
</style>
background-color css
<style>
a { background-color: #E33C06; }
a { background-color: rgb(227,60,6); }
div.DivClassName
{
background-color: #E33C06;
}
.BgClassName
{
background-color: #E33C06;
}
</style>
border-color css
<style>
span { border-color: #E33C06; }
span { border-color: rgb(227,60,6); }
td.TdClassName
{
border-color: #E33C06;
}
.TagClassName
{
border-color: #E33C06;
}
</style>