Shades of Orange Red #E63600
Tints of Orange Red #E63600
RGB
CMYK
RGB Variations
Color information
#E63600 (or 0xE63600) is known color: Orange Red. HEX triplet: E6, 36 and 00. RGB value is (230,54,0). Sum of RGB (Red+Green+Blue) = 230+54+0=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E63600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63600 is #19C9FF. Grayscale: #646464. Windows color (decimal): -1690112 or 14054. OLE color: 14054.
HSL color Cylindrical-coordinate representation of color #E63600: hue angle of 14.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E63600 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.10 |
| HSL | 14.09º | 1% | 0.45% | - |
| HSV(B) | 14.09º | 1% | 0.9% | - |
| XYZ | 33.95 | 19.46 | 1.97 | - |
| YUV | 100.47 | 71.31 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 0 | 0 | 0.77 | 1 | 0.10 | 14.09 | 1 | 0.45 |
| Hex | E6 | 36 | 0 | 0 | 4D | 64 | A | E | 64 | 2D |
| Octal | 346 | 66 | 0 | 0 | 115 | 144 | 12 | 16 | 144 | 55 |
| Binary | 11100110 | 110110 | 0 | 0 | 1001101 | 1100100 | 1010 | 1110 | 1100100 | 101101 |
Color Harmonies of #E63600
Complementary color
Monochromatic Colors of #E63600
Black with #E63600
Text Example
Text Example
White with #E63600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63600; }
p { color: rgb(230,54,0); }
H1.HeaderClassName
{
color: #E63600;
}
.AnyTagClassName
{
color: #E63600;
}
</style>
background-color css
<style>
a { background-color: #E63600; }
a { background-color: rgb(230,54,0); }
div.DivClassName
{
background-color: #E63600;
}
.BgClassName
{
background-color: #E63600;
}
</style>
border-color css
<style>
span { border-color: #E63600; }
span { border-color: rgb(230,54,0); }
td.TdClassName
{
border-color: #E63600;
}
.TagClassName
{
border-color: #E63600;
}
</style>