Shades of Red Oxide #63140F
Tints of Red Oxide #63140F
RGB
CMYK
RGB Variations
Color information
#63140F (or 0x63140F) is known color: Red Oxide. HEX triplet: 63, 14 and 0F. RGB value is (99,20,15). Sum of RGB (Red+Green+Blue) = 99+20+15=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140F is #9CEBF0. Grayscale: #2B2B2B. Windows color (decimal): -10284017 or 988259. OLE color: 988259.
HSL color Cylindrical-coordinate representation of color #63140F: hue angle of 3.57º 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 #63140F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 15 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.61 |
| HSL | 3.57º | 0.74% | 0.22% | - |
| HSV(B) | 3.57º | 0.85% | 0.39% | - |
| XYZ | 5.48 | 3.19 | 0.78 | - |
| YUV | 43.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 15 | 0 | 0.80 | 0.85 | 0.61 | 3.57 | 0.74 | 0.22 |
| Hex | 63 | 14 | F | 0 | 50 | 55 | 3D | 4 | 4A | 16 |
| Octal | 143 | 24 | 17 | 0 | 120 | 125 | 75 | 4 | 112 | 26 |
| Binary | 1100011 | 10100 | 1111 | 0 | 1010000 | 1010101 | 111101 | 100 | 1001010 | 10110 |
Color Harmonies of #63140F
Complementary color
Monochromatic Colors of #63140F
Black with #63140F
Text Example
Text Example
White with #63140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63140F; }
p { color: rgb(99,20,15); }
H1.HeaderClassName
{
color: #63140F;
}
.AnyTagClassName
{
color: #63140F;
}
</style>
background-color css
<style>
a { background-color: #63140F; }
a { background-color: rgb(99,20,15); }
div.DivClassName
{
background-color: #63140F;
}
.BgClassName
{
background-color: #63140F;
}
</style>
border-color css
<style>
span { border-color: #63140F; }
span { border-color: rgb(99,20,15); }
td.TdClassName
{
border-color: #63140F;
}
.TagClassName
{
border-color: #63140F;
}
</style>