Shades of Orange Red #E63C0C
Tints of Orange Red #E63C0C
RGB
CMYK
RGB Variations
Color information
#E63C0C (or 0xE63C0C) is known color: Orange Red. HEX triplet: E6, 3C and 0C. RGB value is (230,60,12). Sum of RGB (Red+Green+Blue) = 230+60+12=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C0C is #19C3F3. Grayscale: #696969. Windows color (decimal): -1688564 or 802022. OLE color: 802022.
HSL color Cylindrical-coordinate representation of color #E63C0C: hue angle of 13.21º 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 #E63C0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.10 |
| HSL | 13.21º | 0.9% | 0.47% | - |
| HSV(B) | 13.21º | 0.95% | 0.9% | - |
| XYZ | 34.32 | 20.08 | 2.42 | - |
| YUV | 105.36 | 75.32 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 12 | 0 | 0.74 | 0.95 | 0.10 | 13.21 | 0.9 | 0.47 |
| Hex | E6 | 3C | C | 0 | 4A | 5F | A | D | 5A | 2F |
| Octal | 346 | 74 | 14 | 0 | 112 | 137 | 12 | 15 | 132 | 57 |
| Binary | 11100110 | 111100 | 1100 | 0 | 1001010 | 1011111 | 1010 | 1101 | 1011010 | 101111 |
Color Harmonies of #E63C0C
Complementary color
Monochromatic Colors of #E63C0C
Black with #E63C0C
Text Example
Text Example
White with #E63C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C0C; }
p { color: rgb(230,60,12); }
H1.HeaderClassName
{
color: #E63C0C;
}
.AnyTagClassName
{
color: #E63C0C;
}
</style>
background-color css
<style>
a { background-color: #E63C0C; }
a { background-color: rgb(230,60,12); }
div.DivClassName
{
background-color: #E63C0C;
}
.BgClassName
{
background-color: #E63C0C;
}
</style>
border-color css
<style>
span { border-color: #E63C0C; }
span { border-color: rgb(230,60,12); }
td.TdClassName
{
border-color: #E63C0C;
}
.TagClassName
{
border-color: #E63C0C;
}
</style>