Shades of Red Oxide #63221E
Tints of Red Oxide #63221E
RGB
CMYK
RGB Variations
Color information
#63221E (or 0x63221E) is known color: Red Oxide. HEX triplet: 63, 22 and 1E. RGB value is (99,34,30). Sum of RGB (Red+Green+Blue) = 99+34+30=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63221E is #9CDDE1. Grayscale: #353535. Windows color (decimal): -10280418 or 1974883. OLE color: 1974883.
HSL color Cylindrical-coordinate representation of color #63221E: hue angle of 3.48º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63221E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 30 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.61 |
| HSL | 3.48º | 0.53% | 0.25% | - |
| HSV(B) | 3.48º | 0.7% | 0.39% | - |
| XYZ | 5.95 | 3.89 | 1.67 | - |
| YUV | 52.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 30 | 0 | 0.66 | 0.70 | 0.61 | 3.48 | 0.53 | 0.25 |
| Hex | 63 | 22 | 1E | 0 | 42 | 46 | 3D | 3 | 35 | 19 |
| Octal | 143 | 42 | 36 | 0 | 102 | 106 | 75 | 3 | 65 | 31 |
| Binary | 1100011 | 100010 | 11110 | 0 | 1000010 | 1000110 | 111101 | 11 | 110101 | 11001 |
Color Harmonies of #63221E
Complementary color
Monochromatic Colors of #63221E
Black with #63221E
Text Example
Text Example
White with #63221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63221E; }
p { color: rgb(99,34,30); }
H1.HeaderClassName
{
color: #63221E;
}
.AnyTagClassName
{
color: #63221E;
}
</style>
background-color css
<style>
a { background-color: #63221E; }
a { background-color: rgb(99,34,30); }
div.DivClassName
{
background-color: #63221E;
}
.BgClassName
{
background-color: #63221E;
}
</style>
border-color css
<style>
span { border-color: #63221E; }
span { border-color: rgb(99,34,30); }
td.TdClassName
{
border-color: #63221E;
}
.TagClassName
{
border-color: #63221E;
}
</style>