Shades of Red Oxide #62110E
Tints of Red Oxide #62110E
RGB
CMYK
RGB Variations
Color information
#62110E (or 0x62110E) is known color: Red Oxide. HEX triplet: 62, 11 and 0E. RGB value is (98,17,14). Sum of RGB (Red+Green+Blue) = 98+17+14=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62110E is #9DEEF1. Grayscale: #282828. Windows color (decimal): -10350322 or 921954. OLE color: 921954.
HSL color Cylindrical-coordinate representation of color #62110E: hue angle of 2.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62110E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 14 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.62 |
| HSL | 2.14º | 0.75% | 0.22% | - |
| HSV(B) | 2.14º | 0.86% | 0.38% | - |
| XYZ | 5.32 | 3.03 | 0.72 | - |
| YUV | 40.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 14 | 0 | 0.83 | 0.86 | 0.62 | 2.14 | 0.75 | 0.22 |
| Hex | 62 | 11 | E | 0 | 53 | 56 | 3E | 2 | 4B | 16 |
| Octal | 142 | 21 | 16 | 0 | 123 | 126 | 76 | 2 | 113 | 26 |
| Binary | 1100010 | 10001 | 1110 | 0 | 1010011 | 1010110 | 111110 | 10 | 1001011 | 10110 |
Color Harmonies of #62110E
Complementary color
Monochromatic Colors of #62110E
Black with #62110E
Text Example
Text Example
White with #62110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62110E; }
p { color: rgb(98,17,14); }
H1.HeaderClassName
{
color: #62110E;
}
.AnyTagClassName
{
color: #62110E;
}
</style>
background-color css
<style>
a { background-color: #62110E; }
a { background-color: rgb(98,17,14); }
div.DivClassName
{
background-color: #62110E;
}
.BgClassName
{
background-color: #62110E;
}
</style>
border-color css
<style>
span { border-color: #62110E; }
span { border-color: rgb(98,17,14); }
td.TdClassName
{
border-color: #62110E;
}
.TagClassName
{
border-color: #62110E;
}
</style>