Shades of Red Oxide #5F211F
Tints of Red Oxide #5F211F
RGB
CMYK
RGB Variations
Color information
#5F211F (or 0x5F211F) is known color: Red Oxide. HEX triplet: 5F, 21 and 1F. RGB value is (95,33,31). Sum of RGB (Red+Green+Blue) = 95+33+31=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F211F is #A0DEE0. Grayscale: #333333. Windows color (decimal): -10542817 or 2040159. OLE color: 2040159.
HSL color Cylindrical-coordinate representation of color #5F211F: hue angle of 1.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F211F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 31 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.63 |
| HSL | 1.88º | 0.51% | 0.25% | - |
| HSV(B) | 1.88º | 0.67% | 0.37% | - |
| XYZ | 5.51 | 3.62 | 1.7 | - |
| YUV | 51.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 31 | 0 | 0.65 | 0.67 | 0.63 | 1.88 | 0.51 | 0.25 |
| Hex | 5F | 21 | 1F | 0 | 41 | 43 | 3F | 2 | 33 | 19 |
| Octal | 137 | 41 | 37 | 0 | 101 | 103 | 77 | 2 | 63 | 31 |
| Binary | 1011111 | 100001 | 11111 | 0 | 1000001 | 1000011 | 111111 | 10 | 110011 | 11001 |
Color Harmonies of #5F211F
Complementary color
Monochromatic Colors of #5F211F
Black with #5F211F
Text Example
Text Example
White with #5F211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F211F; }
p { color: rgb(95,33,31); }
H1.HeaderClassName
{
color: #5F211F;
}
.AnyTagClassName
{
color: #5F211F;
}
</style>
background-color css
<style>
a { background-color: #5F211F; }
a { background-color: rgb(95,33,31); }
div.DivClassName
{
background-color: #5F211F;
}
.BgClassName
{
background-color: #5F211F;
}
</style>
border-color css
<style>
span { border-color: #5F211F; }
span { border-color: rgb(95,33,31); }
td.TdClassName
{
border-color: #5F211F;
}
.TagClassName
{
border-color: #5F211F;
}
</style>