Shades of Orange Red #E63C05
Tints of Orange Red #E63C05
RGB
CMYK
RGB Variations
Color information
#E63C05 (or 0xE63C05) is known color: Orange Red. HEX triplet: E6, 3C and 05. RGB value is (230,60,5). Sum of RGB (Red+Green+Blue) = 230+60+5=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C05 is #19C3FA. Grayscale: #686868. Windows color (decimal): -1688571 or 343270. OLE color: 343270.
HSL color Cylindrical-coordinate representation of color #E63C05: hue angle of 14.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E63C05 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.10 |
| HSL | 14.67º | 0.96% | 0.46% | - |
| HSV(B) | 14.67º | 0.98% | 0.9% | - |
| XYZ | 34.28 | 20.07 | 2.21 | - |
| YUV | 104.56 | 71.82 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 5 | 0 | 0.74 | 0.98 | 0.10 | 14.67 | 0.96 | 0.46 |
| Hex | E6 | 3C | 5 | 0 | 4A | 62 | A | F | 60 | 2E |
| Octal | 346 | 74 | 5 | 0 | 112 | 142 | 12 | 17 | 140 | 56 |
| Binary | 11100110 | 111100 | 101 | 0 | 1001010 | 1100010 | 1010 | 1111 | 1100000 | 101110 |
Color Harmonies of #E63C05
Complementary color
Monochromatic Colors of #E63C05
Black with #E63C05
Text Example
Text Example
White with #E63C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C05; }
p { color: rgb(230,60,5); }
H1.HeaderClassName
{
color: #E63C05;
}
.AnyTagClassName
{
color: #E63C05;
}
</style>
background-color css
<style>
a { background-color: #E63C05; }
a { background-color: rgb(230,60,5); }
div.DivClassName
{
background-color: #E63C05;
}
.BgClassName
{
background-color: #E63C05;
}
</style>
border-color css
<style>
span { border-color: #E63C05; }
span { border-color: rgb(230,60,5); }
td.TdClassName
{
border-color: #E63C05;
}
.TagClassName
{
border-color: #E63C05;
}
</style>