Shades of Orange Red #E53F06
Tints of Orange Red #E53F06
RGB
CMYK
RGB Variations
Color information
#E53F06 (or 0xE53F06) is known color: Orange Red. HEX triplet: E5, 3F and 06. RGB value is (229,63,6). Sum of RGB (Red+Green+Blue) = 229+63+6=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53F06 is #1AC0F9. Grayscale: #6A6A6A. Windows color (decimal): -1753338 or 409573. OLE color: 409573.
HSL color Cylindrical-coordinate representation of color #E53F06: hue angle of 15.34º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E53F06 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.10 |
| HSL | 15.34º | 0.95% | 0.46% | - |
| HSV(B) | 15.34º | 0.97% | 0.9% | - |
| XYZ | 34.12 | 20.23 | 2.28 | - |
| YUV | 106.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 6 | 0 | 0.72 | 0.97 | 0.10 | 15.34 | 0.95 | 0.46 |
| Hex | E5 | 3F | 6 | 0 | 48 | 61 | A | F | 5F | 2E |
| Octal | 345 | 77 | 6 | 0 | 110 | 141 | 12 | 17 | 137 | 56 |
| Binary | 11100101 | 111111 | 110 | 0 | 1001000 | 1100001 | 1010 | 1111 | 1011111 | 101110 |
Color Harmonies of #E53F06
Complementary color
Monochromatic Colors of #E53F06
Black with #E53F06
Text Example
Text Example
White with #E53F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F06; }
p { color: rgb(229,63,6); }
H1.HeaderClassName
{
color: #E53F06;
}
.AnyTagClassName
{
color: #E53F06;
}
</style>
background-color css
<style>
a { background-color: #E53F06; }
a { background-color: rgb(229,63,6); }
div.DivClassName
{
background-color: #E53F06;
}
.BgClassName
{
background-color: #E53F06;
}
</style>
border-color css
<style>
span { border-color: #E53F06; }
span { border-color: rgb(229,63,6); }
td.TdClassName
{
border-color: #E53F06;
}
.TagClassName
{
border-color: #E53F06;
}
</style>