Shades of Red Oxide #62211E
Tints of Red Oxide #62211E
RGB
CMYK
RGB Variations
Color information
#62211E (or 0x62211E) is known color: Red Oxide. HEX triplet: 62, 21 and 1E. RGB value is (98,33,30). Sum of RGB (Red+Green+Blue) = 98+33+30=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62211E is #9DDEE1. Grayscale: #343434. Windows color (decimal): -10346210 or 1974626. OLE color: 1974626.
HSL color Cylindrical-coordinate representation of color #62211E: hue angle of 2.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62211E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 30 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.62 |
| HSL | 2.65º | 0.53% | 0.25% | - |
| HSV(B) | 2.65º | 0.69% | 0.38% | - |
| XYZ | 5.82 | 3.78 | 1.65 | - |
| YUV | 52.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 30 | 0 | 0.66 | 0.69 | 0.62 | 2.65 | 0.53 | 0.25 |
| Hex | 62 | 21 | 1E | 0 | 42 | 45 | 3E | 3 | 35 | 19 |
| Octal | 142 | 41 | 36 | 0 | 102 | 105 | 76 | 3 | 65 | 31 |
| Binary | 1100010 | 100001 | 11110 | 0 | 1000010 | 1000101 | 111110 | 11 | 110101 | 11001 |
Color Harmonies of #62211E
Complementary color
Monochromatic Colors of #62211E
Black with #62211E
Text Example
Text Example
White with #62211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62211E; }
p { color: rgb(98,33,30); }
H1.HeaderClassName
{
color: #62211E;
}
.AnyTagClassName
{
color: #62211E;
}
</style>
background-color css
<style>
a { background-color: #62211E; }
a { background-color: rgb(98,33,30); }
div.DivClassName
{
background-color: #62211E;
}
.BgClassName
{
background-color: #62211E;
}
</style>
border-color css
<style>
span { border-color: #62211E; }
span { border-color: rgb(98,33,30); }
td.TdClassName
{
border-color: #62211E;
}
.TagClassName
{
border-color: #62211E;
}
</style>