Shades of Red Oxide #630D0D
Tints of Red Oxide #630D0D
RGB
CMYK
RGB Variations
Color information
#630D0D (or 0x630D0D) is known color: Red Oxide. HEX triplet: 63, 0D and 0D. RGB value is (99,13,13). Sum of RGB (Red+Green+Blue) = 99+13+13=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #630D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630D0D is #9CF2F2. Grayscale: #262626. Windows color (decimal): -10285811 or 855395. OLE color: 855395.
HSL color Cylindrical-coordinate representation of color #630D0D: hue angle of 0º 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 #630D0D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 13 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.61 |
| HSL | 0º | 0.77% | 0.22% | - |
| HSV(B) | 0º | 0.87% | 0.39% | - |
| XYZ | 5.36 | 2.97 | 0.67 | - |
| YUV | 38.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 13 | 0 | 0.87 | 0.87 | 0.61 | 0 | 0.77 | 0.22 |
| Hex | 63 | D | D | 0 | 57 | 57 | 3D | 0 | 4D | 16 |
| Octal | 143 | 15 | 15 | 0 | 127 | 127 | 75 | 0 | 115 | 26 |
| Binary | 1100011 | 1101 | 1101 | 0 | 1010111 | 1010111 | 111101 | 0 | 1001101 | 10110 |
Color Harmonies of #630D0D
Complementary color
Monochromatic Colors of #630D0D
Black with #630D0D
Text Example
Text Example
White with #630D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D0D; }
p { color: rgb(99,13,13); }
H1.HeaderClassName
{
color: #630D0D;
}
.AnyTagClassName
{
color: #630D0D;
}
</style>
background-color css
<style>
a { background-color: #630D0D; }
a { background-color: rgb(99,13,13); }
div.DivClassName
{
background-color: #630D0D;
}
.BgClassName
{
background-color: #630D0D;
}
</style>
border-color css
<style>
span { border-color: #630D0D; }
span { border-color: rgb(99,13,13); }
td.TdClassName
{
border-color: #630D0D;
}
.TagClassName
{
border-color: #630D0D;
}
</style>