Shades of Orange Red #E63F0C
Tints of Orange Red #E63F0C
RGB
CMYK
RGB Variations
Color information
#E63F0C (or 0xE63F0C) is known color: Orange Red. HEX triplet: E6, 3F and 0C. RGB value is (230,63,12). Sum of RGB (Red+Green+Blue) = 230+63+12=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63F0C is #19C0F3. Grayscale: #6B6B6B. Windows color (decimal): -1687796 or 802790. OLE color: 802790.
HSL color Cylindrical-coordinate representation of color #E63F0C: hue angle of 14.04º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E63F0C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.10 |
| HSL | 14.04º | 0.9% | 0.47% | - |
| HSV(B) | 14.04º | 0.95% | 0.9% | - |
| XYZ | 34.48 | 20.4 | 2.47 | - |
| YUV | 107.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 12 | 0 | 0.73 | 0.95 | 0.10 | 14.04 | 0.9 | 0.47 |
| Hex | E6 | 3F | C | 0 | 49 | 5F | A | E | 5A | 2F |
| Octal | 346 | 77 | 14 | 0 | 111 | 137 | 12 | 16 | 132 | 57 |
| Binary | 11100110 | 111111 | 1100 | 0 | 1001001 | 1011111 | 1010 | 1110 | 1011010 | 101111 |
Color Harmonies of #E63F0C
Complementary color
Monochromatic Colors of #E63F0C
Black with #E63F0C
Text Example
Text Example
White with #E63F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F0C; }
p { color: rgb(230,63,12); }
H1.HeaderClassName
{
color: #E63F0C;
}
.AnyTagClassName
{
color: #E63F0C;
}
</style>
background-color css
<style>
a { background-color: #E63F0C; }
a { background-color: rgb(230,63,12); }
div.DivClassName
{
background-color: #E63F0C;
}
.BgClassName
{
background-color: #E63F0C;
}
</style>
border-color css
<style>
span { border-color: #E63F0C; }
span { border-color: rgb(230,63,12); }
td.TdClassName
{
border-color: #E63F0C;
}
.TagClassName
{
border-color: #E63F0C;
}
</style>