Shades of Red Oxide #63100D
Tints of Red Oxide #63100D
RGB
CMYK
RGB Variations
Color information
#63100D (or 0x63100D) is known color: Red Oxide. HEX triplet: 63, 10 and 0D. RGB value is (99,16,13). Sum of RGB (Red+Green+Blue) = 99+16+13=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #63100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63100D is #9CEFF2. Grayscale: #282828. Windows color (decimal): -10285043 or 856163. OLE color: 856163.
HSL color Cylindrical-coordinate representation of color #63100D: hue angle of 2.09º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63100D is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 13 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.61 |
| HSL | 2.09º | 0.77% | 0.22% | - |
| HSV(B) | 2.09º | 0.87% | 0.39% | - |
| XYZ | 5.4 | 3.05 | 0.69 | - |
| YUV | 40.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 13 | 0 | 0.84 | 0.87 | 0.61 | 2.09 | 0.77 | 0.22 |
| Hex | 63 | 10 | D | 0 | 54 | 57 | 3D | 2 | 4D | 16 |
| Octal | 143 | 20 | 15 | 0 | 124 | 127 | 75 | 2 | 115 | 26 |
| Binary | 1100011 | 10000 | 1101 | 0 | 1010100 | 1010111 | 111101 | 10 | 1001101 | 10110 |
Color Harmonies of #63100D
Complementary color
Monochromatic Colors of #63100D
Black with #63100D
Text Example
Text Example
White with #63100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63100D; }
p { color: rgb(99,16,13); }
H1.HeaderClassName
{
color: #63100D;
}
.AnyTagClassName
{
color: #63100D;
}
</style>
background-color css
<style>
a { background-color: #63100D; }
a { background-color: rgb(99,16,13); }
div.DivClassName
{
background-color: #63100D;
}
.BgClassName
{
background-color: #63100D;
}
</style>
border-color css
<style>
span { border-color: #63100D; }
span { border-color: rgb(99,16,13); }
td.TdClassName
{
border-color: #63100D;
}
.TagClassName
{
border-color: #63100D;
}
</style>