Shades of Red Oxide #66211B
Tints of Red Oxide #66211B
RGB
CMYK
RGB Variations
Color information
#66211B (or 0x66211B) is known color: Red Oxide. HEX triplet: 66, 21 and 1B. RGB value is (102,33,27). Sum of RGB (Red+Green+Blue) = 102+33+27=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #66211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66211B is #99DEE4. Grayscale: #353535. Windows color (decimal): -10084069 or 1778022. OLE color: 1778022.
HSL color Cylindrical-coordinate representation of color #66211B: hue angle of 4.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66211B is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 27 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.6 |
| HSL | 4.8º | 0.58% | 0.25% | - |
| HSV(B) | 4.8º | 0.74% | 0.4% | - |
| XYZ | 6.22 | 3.99 | 1.48 | - |
| YUV | 52.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 27 | 0 | 0.68 | 0.74 | 0.6 | 4.8 | 0.58 | 0.25 |
| Hex | 66 | 21 | 1B | 0 | 44 | 4A | 3C | 5 | 3A | 19 |
| Octal | 146 | 41 | 33 | 0 | 104 | 112 | 74 | 5 | 72 | 31 |
| Binary | 1100110 | 100001 | 11011 | 0 | 1000100 | 1001010 | 111100 | 101 | 111010 | 11001 |
Color Harmonies of #66211B
Complementary color
Monochromatic Colors of #66211B
Black with #66211B
Text Example
Text Example
White with #66211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66211B; }
p { color: rgb(102,33,27); }
H1.HeaderClassName
{
color: #66211B;
}
.AnyTagClassName
{
color: #66211B;
}
</style>
background-color css
<style>
a { background-color: #66211B; }
a { background-color: rgb(102,33,27); }
div.DivClassName
{
background-color: #66211B;
}
.BgClassName
{
background-color: #66211B;
}
</style>
border-color css
<style>
span { border-color: #66211B; }
span { border-color: rgb(102,33,27); }
td.TdClassName
{
border-color: #66211B;
}
.TagClassName
{
border-color: #66211B;
}
</style>