Shades of Red Oxide #60211F
Tints of Red Oxide #60211F
RGB
CMYK
RGB Variations
Color information
#60211F (or 0x60211F) is known color: Red Oxide. HEX triplet: 60, 21 and 1F. RGB value is (96,33,31). Sum of RGB (Red+Green+Blue) = 96+33+31=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60211F is #9FDEE0. Grayscale: #333333. Windows color (decimal): -10477281 or 2040160. OLE color: 2040160.
HSL color Cylindrical-coordinate representation of color #60211F: hue angle of 1.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60211F is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 31 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.62 |
| HSL | 1.85º | 0.51% | 0.25% | - |
| HSV(B) | 1.85º | 0.68% | 0.38% | - |
| XYZ | 5.62 | 3.67 | 1.71 | - |
| YUV | 51.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 31 | 0 | 0.66 | 0.68 | 0.62 | 1.85 | 0.51 | 0.25 |
| Hex | 60 | 21 | 1F | 0 | 42 | 44 | 3E | 2 | 33 | 19 |
| Octal | 140 | 41 | 37 | 0 | 102 | 104 | 76 | 2 | 63 | 31 |
| Binary | 1100000 | 100001 | 11111 | 0 | 1000010 | 1000100 | 111110 | 10 | 110011 | 11001 |
Color Harmonies of #60211F
Complementary color
Monochromatic Colors of #60211F
Black with #60211F
Text Example
Text Example
White with #60211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60211F; }
p { color: rgb(96,33,31); }
H1.HeaderClassName
{
color: #60211F;
}
.AnyTagClassName
{
color: #60211F;
}
</style>
background-color css
<style>
a { background-color: #60211F; }
a { background-color: rgb(96,33,31); }
div.DivClassName
{
background-color: #60211F;
}
.BgClassName
{
background-color: #60211F;
}
</style>
border-color css
<style>
span { border-color: #60211F; }
span { border-color: rgb(96,33,31); }
td.TdClassName
{
border-color: #60211F;
}
.TagClassName
{
border-color: #60211F;
}
</style>