Shades of Red Oxide #63110C
Tints of Red Oxide #63110C
RGB
CMYK
RGB Variations
Color information
#63110C (or 0x63110C) is known color: Red Oxide. HEX triplet: 63, 11 and 0C. RGB value is (99,17,12). Sum of RGB (Red+Green+Blue) = 99+17+12=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #63110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63110C is #9CEEF3. Grayscale: #292929. Windows color (decimal): -10284788 or 790883. OLE color: 790883.
HSL color Cylindrical-coordinate representation of color #63110C: hue angle of 3.45º 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 #63110C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 12 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.61 |
| HSL | 3.45º | 0.78% | 0.22% | - |
| HSV(B) | 3.45º | 0.88% | 0.39% | - |
| XYZ | 5.41 | 3.08 | 0.66 | - |
| YUV | 40.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 12 | 0 | 0.83 | 0.88 | 0.61 | 3.45 | 0.78 | 0.22 |
| Hex | 63 | 11 | C | 0 | 53 | 58 | 3D | 3 | 4E | 16 |
| Octal | 143 | 21 | 14 | 0 | 123 | 130 | 75 | 3 | 116 | 26 |
| Binary | 1100011 | 10001 | 1100 | 0 | 1010011 | 1011000 | 111101 | 11 | 1001110 | 10110 |
Color Harmonies of #63110C
Complementary color
Monochromatic Colors of #63110C
Black with #63110C
Text Example
Text Example
White with #63110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63110C; }
p { color: rgb(99,17,12); }
H1.HeaderClassName
{
color: #63110C;
}
.AnyTagClassName
{
color: #63110C;
}
</style>
background-color css
<style>
a { background-color: #63110C; }
a { background-color: rgb(99,17,12); }
div.DivClassName
{
background-color: #63110C;
}
.BgClassName
{
background-color: #63110C;
}
</style>
border-color css
<style>
span { border-color: #63110C; }
span { border-color: rgb(99,17,12); }
td.TdClassName
{
border-color: #63110C;
}
.TagClassName
{
border-color: #63110C;
}
</style>