Shades of Orange Red #E63C06
Tints of Orange Red #E63C06
RGB
CMYK
RGB Variations
Color information
#E63C06 (or 0xE63C06) is known color: Orange Red. HEX triplet: E6, 3C and 06. RGB value is (230,60,6). Sum of RGB (Red+Green+Blue) = 230+60+6=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C06 is #19C3F9. Grayscale: #696969. Windows color (decimal): -1688570 or 408806. OLE color: 408806.
HSL color Cylindrical-coordinate representation of color #E63C06: hue angle of 14.46º 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 #E63C06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.10 |
| HSL | 14.46º | 0.95% | 0.46% | - |
| HSV(B) | 14.46º | 0.97% | 0.9% | - |
| XYZ | 34.28 | 20.07 | 2.24 | - |
| YUV | 104.67 | 72.32 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 6 | 0 | 0.74 | 0.97 | 0.10 | 14.46 | 0.95 | 0.46 |
| Hex | E6 | 3C | 6 | 0 | 4A | 61 | A | E | 5F | 2E |
| Octal | 346 | 74 | 6 | 0 | 112 | 141 | 12 | 16 | 137 | 56 |
| Binary | 11100110 | 111100 | 110 | 0 | 1001010 | 1100001 | 1010 | 1110 | 1011111 | 101110 |
Color Harmonies of #E63C06
Complementary color
Monochromatic Colors of #E63C06
Black with #E63C06
Text Example
Text Example
White with #E63C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C06; }
p { color: rgb(230,60,6); }
H1.HeaderClassName
{
color: #E63C06;
}
.AnyTagClassName
{
color: #E63C06;
}
</style>
background-color css
<style>
a { background-color: #E63C06; }
a { background-color: rgb(230,60,6); }
div.DivClassName
{
background-color: #E63C06;
}
.BgClassName
{
background-color: #E63C06;
}
</style>
border-color css
<style>
span { border-color: #E63C06; }
span { border-color: rgb(230,60,6); }
td.TdClassName
{
border-color: #E63C06;
}
.TagClassName
{
border-color: #E63C06;
}
</style>