Shades of Red Oxide #62221E
Tints of Red Oxide #62221E
RGB
CMYK
RGB Variations
Color information
#62221E (or 0x62221E) is known color: Red Oxide. HEX triplet: 62, 22 and 1E. RGB value is (98,34,30). Sum of RGB (Red+Green+Blue) = 98+34+30=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62221E is #9DDDE1. Grayscale: #343434. Windows color (decimal): -10345954 or 1974882. OLE color: 1974882.
HSL color Cylindrical-coordinate representation of color #62221E: hue angle of 3.53º 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 #62221E is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 30 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.62 |
| HSL | 3.53º | 0.53% | 0.25% | - |
| HSV(B) | 3.53º | 0.69% | 0.38% | - |
| XYZ | 5.84 | 3.83 | 1.66 | - |
| YUV | 52.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 30 | 0 | 0.65 | 0.69 | 0.62 | 3.53 | 0.53 | 0.25 |
| Hex | 62 | 22 | 1E | 0 | 41 | 45 | 3E | 4 | 35 | 19 |
| Octal | 142 | 42 | 36 | 0 | 101 | 105 | 76 | 4 | 65 | 31 |
| Binary | 1100010 | 100010 | 11110 | 0 | 1000001 | 1000101 | 111110 | 100 | 110101 | 11001 |
Color Harmonies of #62221E
Complementary color
Monochromatic Colors of #62221E
Black with #62221E
Text Example
Text Example
White with #62221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62221E; }
p { color: rgb(98,34,30); }
H1.HeaderClassName
{
color: #62221E;
}
.AnyTagClassName
{
color: #62221E;
}
</style>
background-color css
<style>
a { background-color: #62221E; }
a { background-color: rgb(98,34,30); }
div.DivClassName
{
background-color: #62221E;
}
.BgClassName
{
background-color: #62221E;
}
</style>
border-color css
<style>
span { border-color: #62221E; }
span { border-color: rgb(98,34,30); }
td.TdClassName
{
border-color: #62221E;
}
.TagClassName
{
border-color: #62221E;
}
</style>