Shades of Red Oxide #63140E
Tints of Red Oxide #63140E
RGB
CMYK
RGB Variations
Color information
#63140E (or 0x63140E) is known color: Red Oxide. HEX triplet: 63, 14 and 0E. RGB value is (99,20,14). Sum of RGB (Red+Green+Blue) = 99+20+14=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140E is #9CEBF1. Grayscale: #2B2B2B. Windows color (decimal): -10284018 or 922723. OLE color: 922723.
HSL color Cylindrical-coordinate representation of color #63140E: hue angle of 4.24º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63140E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 14 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.61 |
| HSL | 4.24º | 0.75% | 0.22% | - |
| HSV(B) | 4.24º | 0.86% | 0.39% | - |
| XYZ | 5.48 | 3.18 | 0.74 | - |
| YUV | 42.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 14 | 0 | 0.80 | 0.86 | 0.61 | 4.24 | 0.75 | 0.22 |
| Hex | 63 | 14 | E | 0 | 50 | 56 | 3D | 4 | 4B | 16 |
| Octal | 143 | 24 | 16 | 0 | 120 | 126 | 75 | 4 | 113 | 26 |
| Binary | 1100011 | 10100 | 1110 | 0 | 1010000 | 1010110 | 111101 | 100 | 1001011 | 10110 |
Color Harmonies of #63140E
Complementary color
Monochromatic Colors of #63140E
Black with #63140E
Text Example
Text Example
White with #63140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63140E; }
p { color: rgb(99,20,14); }
H1.HeaderClassName
{
color: #63140E;
}
.AnyTagClassName
{
color: #63140E;
}
</style>
background-color css
<style>
a { background-color: #63140E; }
a { background-color: rgb(99,20,14); }
div.DivClassName
{
background-color: #63140E;
}
.BgClassName
{
background-color: #63140E;
}
</style>
border-color css
<style>
span { border-color: #63140E; }
span { border-color: rgb(99,20,14); }
td.TdClassName
{
border-color: #63140E;
}
.TagClassName
{
border-color: #63140E;
}
</style>