Shades of Orange Red #E63C01
Tints of Orange Red #E63C01
RGB
CMYK
RGB Variations
Color information
#E63C01 (or 0xE63C01) is known color: Orange Red. HEX triplet: E6, 3C and 01. RGB value is (230,60,1). Sum of RGB (Red+Green+Blue) = 230+60+1=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C01 is #19C3FE. Grayscale: #686868. Windows color (decimal): -1688575 or 81126. OLE color: 81126.
HSL color Cylindrical-coordinate representation of color #E63C01: hue angle of 15.46º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E63C01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.10 |
| HSL | 15.46º | 0.99% | 0.45% | - |
| HSV(B) | 15.46º | 1% | 0.9% | - |
| XYZ | 34.25 | 20.06 | 2.09 | - |
| YUV | 104.1 | 69.82 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 1 | 0 | 0.74 | 1.00 | 0.10 | 15.46 | 0.99 | 0.45 |
| Hex | E6 | 3C | 1 | 0 | 4A | 64 | A | F | 63 | 2D |
| Octal | 346 | 74 | 1 | 0 | 112 | 144 | 12 | 17 | 143 | 55 |
| Binary | 11100110 | 111100 | 1 | 0 | 1001010 | 1100100 | 1010 | 1111 | 1100011 | 101101 |
Color Harmonies of #E63C01
Complementary color
Monochromatic Colors of #E63C01
Black with #E63C01
Text Example
Text Example
White with #E63C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C01; }
p { color: rgb(230,60,1); }
H1.HeaderClassName
{
color: #E63C01;
}
.AnyTagClassName
{
color: #E63C01;
}
</style>
background-color css
<style>
a { background-color: #E63C01; }
a { background-color: rgb(230,60,1); }
div.DivClassName
{
background-color: #E63C01;
}
.BgClassName
{
background-color: #E63C01;
}
</style>
border-color css
<style>
span { border-color: #E63C01; }
span { border-color: rgb(230,60,1); }
td.TdClassName
{
border-color: #E63C01;
}
.TagClassName
{
border-color: #E63C01;
}
</style>