Shades of Red Oxide #62201D
Tints of Red Oxide #62201D
RGB
CMYK
RGB Variations
Color information
#62201D (or 0x62201D) is known color: Red Oxide. HEX triplet: 62, 20 and 1D. RGB value is (98,32,29). Sum of RGB (Red+Green+Blue) = 98+32+29=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62201D is #9DDFE2. Grayscale: #333333. Windows color (decimal): -10346467 or 1908834. OLE color: 1908834.
HSL color Cylindrical-coordinate representation of color #62201D: hue angle of 2.61º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62201D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 29 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.62 |
| HSL | 2.61º | 0.54% | 0.25% | - |
| HSV(B) | 2.61º | 0.7% | 0.38% | - |
| XYZ | 5.78 | 3.72 | 1.58 | - |
| YUV | 51.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 29 | 0 | 0.67 | 0.70 | 0.62 | 2.61 | 0.54 | 0.25 |
| Hex | 62 | 20 | 1D | 0 | 43 | 46 | 3E | 3 | 36 | 19 |
| Octal | 142 | 40 | 35 | 0 | 103 | 106 | 76 | 3 | 66 | 31 |
| Binary | 1100010 | 100000 | 11101 | 0 | 1000011 | 1000110 | 111110 | 11 | 110110 | 11001 |
Color Harmonies of #62201D
Complementary color
Monochromatic Colors of #62201D
Black with #62201D
Text Example
Text Example
White with #62201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62201D; }
p { color: rgb(98,32,29); }
H1.HeaderClassName
{
color: #62201D;
}
.AnyTagClassName
{
color: #62201D;
}
</style>
background-color css
<style>
a { background-color: #62201D; }
a { background-color: rgb(98,32,29); }
div.DivClassName
{
background-color: #62201D;
}
.BgClassName
{
background-color: #62201D;
}
</style>
border-color css
<style>
span { border-color: #62201D; }
span { border-color: rgb(98,32,29); }
td.TdClassName
{
border-color: #62201D;
}
.TagClassName
{
border-color: #62201D;
}
</style>