Shades of Red Oxide #62110C
Tints of Red Oxide #62110C
RGB
CMYK
RGB Variations
Color information
#62110C (or 0x62110C) is known color: Red Oxide. HEX triplet: 62, 11 and 0C. RGB value is (98,17,12). Sum of RGB (Red+Green+Blue) = 98+17+12=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #62110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62110C is #9DEEF3. Grayscale: #282828. Windows color (decimal): -10350324 or 790882. OLE color: 790882.
HSL color Cylindrical-coordinate representation of color #62110C: hue angle of 3.49º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62110C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 12 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.62 |
| HSL | 3.49º | 0.78% | 0.22% | - |
| HSV(B) | 3.49º | 0.88% | 0.38% | - |
| XYZ | 5.3 | 3.02 | 0.65 | - |
| YUV | 40.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 12 | 0 | 0.83 | 0.88 | 0.62 | 3.49 | 0.78 | 0.22 |
| Hex | 62 | 11 | C | 0 | 53 | 58 | 3E | 3 | 4E | 16 |
| Octal | 142 | 21 | 14 | 0 | 123 | 130 | 76 | 3 | 116 | 26 |
| Binary | 1100010 | 10001 | 1100 | 0 | 1010011 | 1011000 | 111110 | 11 | 1001110 | 10110 |
Color Harmonies of #62110C
Complementary color
Monochromatic Colors of #62110C
Black with #62110C
Text Example
Text Example
White with #62110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62110C; }
p { color: rgb(98,17,12); }
H1.HeaderClassName
{
color: #62110C;
}
.AnyTagClassName
{
color: #62110C;
}
</style>
background-color css
<style>
a { background-color: #62110C; }
a { background-color: rgb(98,17,12); }
div.DivClassName
{
background-color: #62110C;
}
.BgClassName
{
background-color: #62110C;
}
</style>
border-color css
<style>
span { border-color: #62110C; }
span { border-color: rgb(98,17,12); }
td.TdClassName
{
border-color: #62110C;
}
.TagClassName
{
border-color: #62110C;
}
</style>