Shades of Red Oxide #63140C
Tints of Red Oxide #63140C
RGB
CMYK
RGB Variations
Color information
#63140C (or 0x63140C) is known color: Red Oxide. HEX triplet: 63, 14 and 0C. RGB value is (99,20,12). Sum of RGB (Red+Green+Blue) = 99+20+12=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140C is #9CEBF3. Grayscale: #2A2A2A. Windows color (decimal): -10284020 or 791651. OLE color: 791651.
HSL color Cylindrical-coordinate representation of color #63140C: hue angle of 5.52º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63140C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 12 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.61 |
| HSL | 5.52º | 0.78% | 0.22% | - |
| HSV(B) | 5.52º | 0.88% | 0.39% | - |
| XYZ | 5.46 | 3.18 | 0.67 | - |
| YUV | 42.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 12 | 0 | 0.80 | 0.88 | 0.61 | 5.52 | 0.78 | 0.22 |
| Hex | 63 | 14 | C | 0 | 50 | 58 | 3D | 6 | 4E | 16 |
| Octal | 143 | 24 | 14 | 0 | 120 | 130 | 75 | 6 | 116 | 26 |
| Binary | 1100011 | 10100 | 1100 | 0 | 1010000 | 1011000 | 111101 | 110 | 1001110 | 10110 |
Color Harmonies of #63140C
Complementary color
Monochromatic Colors of #63140C
Black with #63140C
Text Example
Text Example
White with #63140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63140C; }
p { color: rgb(99,20,12); }
H1.HeaderClassName
{
color: #63140C;
}
.AnyTagClassName
{
color: #63140C;
}
</style>
background-color css
<style>
a { background-color: #63140C; }
a { background-color: rgb(99,20,12); }
div.DivClassName
{
background-color: #63140C;
}
.BgClassName
{
background-color: #63140C;
}
</style>
border-color css
<style>
span { border-color: #63140C; }
span { border-color: rgb(99,20,12); }
td.TdClassName
{
border-color: #63140C;
}
.TagClassName
{
border-color: #63140C;
}
</style>