Shades of Orange Red #E63F01
Tints of Orange Red #E63F01
RGB
CMYK
RGB Variations
Color information
#E63F01 (or 0xE63F01) is known color: Orange Red. HEX triplet: E6, 3F and 01. RGB value is (230,63,1). Sum of RGB (Red+Green+Blue) = 230+63+1=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63F01 is #19C0FE. Grayscale: #6A6A6A. Windows color (decimal): -1687807 or 81894. OLE color: 81894.
HSL color Cylindrical-coordinate representation of color #E63F01: hue angle of 16.24º 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 #E63F01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.10 |
| HSL | 16.24º | 0.99% | 0.45% | - |
| HSV(B) | 16.24º | 1% | 0.9% | - |
| XYZ | 34.42 | 20.38 | 2.15 | - |
| YUV | 105.87 | 68.83 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 1 | 0 | 0.73 | 1.00 | 0.10 | 16.24 | 0.99 | 0.45 |
| Hex | E6 | 3F | 1 | 0 | 49 | 64 | A | 10 | 63 | 2D |
| Octal | 346 | 77 | 1 | 0 | 111 | 144 | 12 | 20 | 143 | 55 |
| Binary | 11100110 | 111111 | 1 | 0 | 1001001 | 1100100 | 1010 | 10000 | 1100011 | 101101 |
Color Harmonies of #E63F01
Complementary color
Monochromatic Colors of #E63F01
Black with #E63F01
Text Example
Text Example
White with #E63F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F01; }
p { color: rgb(230,63,1); }
H1.HeaderClassName
{
color: #E63F01;
}
.AnyTagClassName
{
color: #E63F01;
}
</style>
background-color css
<style>
a { background-color: #E63F01; }
a { background-color: rgb(230,63,1); }
div.DivClassName
{
background-color: #E63F01;
}
.BgClassName
{
background-color: #E63F01;
}
</style>
border-color css
<style>
span { border-color: #E63F01; }
span { border-color: rgb(230,63,1); }
td.TdClassName
{
border-color: #E63F01;
}
.TagClassName
{
border-color: #E63F01;
}
</style>