Shades of Red Oxide #630F0F
Tints of Red Oxide #630F0F
RGB
CMYK
RGB Variations
Color information
#630F0F (or 0x630F0F) is known color: Red Oxide. HEX triplet: 63, 0F and 0F. RGB value is (99,15,15). Sum of RGB (Red+Green+Blue) = 99+15+15=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #630F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F0F is #9CF0F0. Grayscale: #282828. Windows color (decimal): -10285297 or 986979. OLE color: 986979.
HSL color Cylindrical-coordinate representation of color #630F0F: hue angle of 0º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F0F is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 15 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.61 |
| HSL | 0º | 0.74% | 0.22% | - |
| HSV(B) | 0º | 0.85% | 0.39% | - |
| XYZ | 5.4 | 3.03 | 0.75 | - |
| YUV | 40.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 15 | 0 | 0.85 | 0.85 | 0.61 | 0 | 0.74 | 0.22 |
| Hex | 63 | F | F | 0 | 55 | 55 | 3D | 0 | 4A | 16 |
| Octal | 143 | 17 | 17 | 0 | 125 | 125 | 75 | 0 | 112 | 26 |
| Binary | 1100011 | 1111 | 1111 | 0 | 1010101 | 1010101 | 111101 | 0 | 1001010 | 10110 |
Color Harmonies of #630F0F
Complementary color
Monochromatic Colors of #630F0F
Black with #630F0F
Text Example
Text Example
White with #630F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F0F; }
p { color: rgb(99,15,15); }
H1.HeaderClassName
{
color: #630F0F;
}
.AnyTagClassName
{
color: #630F0F;
}
</style>
background-color css
<style>
a { background-color: #630F0F; }
a { background-color: rgb(99,15,15); }
div.DivClassName
{
background-color: #630F0F;
}
.BgClassName
{
background-color: #630F0F;
}
</style>
border-color css
<style>
span { border-color: #630F0F; }
span { border-color: rgb(99,15,15); }
td.TdClassName
{
border-color: #630F0F;
}
.TagClassName
{
border-color: #630F0F;
}
</style>