Shades of Red Oxide #62170C
Tints of Red Oxide #62170C
RGB
CMYK
RGB Variations
Color information
#62170C (or 0x62170C) is known color: Red Oxide. HEX triplet: 62, 17 and 0C. RGB value is (98,23,12). Sum of RGB (Red+Green+Blue) = 98+23+12=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170C is #9DE8F3. Grayscale: #2C2C2C. Windows color (decimal): -10348788 or 792418. OLE color: 792418.
HSL color Cylindrical-coordinate representation of color #62170C: hue angle of 7.67º 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 #62170C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 12 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.62 |
| HSL | 7.67º | 0.78% | 0.22% | - |
| HSV(B) | 7.67º | 0.88% | 0.38% | - |
| XYZ | 5.41 | 3.24 | 0.69 | - |
| YUV | 44.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 12 | 0 | 0.77 | 0.88 | 0.62 | 7.67 | 0.78 | 0.22 |
| Hex | 62 | 17 | C | 0 | 4D | 58 | 3E | 8 | 4E | 16 |
| Octal | 142 | 27 | 14 | 0 | 115 | 130 | 76 | 10 | 116 | 26 |
| Binary | 1100010 | 10111 | 1100 | 0 | 1001101 | 1011000 | 111110 | 1000 | 1001110 | 10110 |
Color Harmonies of #62170C
Complementary color
Monochromatic Colors of #62170C
Black with #62170C
Text Example
Text Example
White with #62170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62170C; }
p { color: rgb(98,23,12); }
H1.HeaderClassName
{
color: #62170C;
}
.AnyTagClassName
{
color: #62170C;
}
</style>
background-color css
<style>
a { background-color: #62170C; }
a { background-color: rgb(98,23,12); }
div.DivClassName
{
background-color: #62170C;
}
.BgClassName
{
background-color: #62170C;
}
</style>
border-color css
<style>
span { border-color: #62170C; }
span { border-color: rgb(98,23,12); }
td.TdClassName
{
border-color: #62170C;
}
.TagClassName
{
border-color: #62170C;
}
</style>