Shades of Red Oxide #5F211E
Tints of Red Oxide #5F211E
RGB
CMYK
RGB Variations
Color information
#5F211E (or 0x5F211E) is known color: Red Oxide. HEX triplet: 5F, 21 and 1E. RGB value is (95,33,30). Sum of RGB (Red+Green+Blue) = 95+33+30=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F211E is #A0DEE1. Grayscale: #333333. Windows color (decimal): -10542818 or 1974623. OLE color: 1974623.
HSL color Cylindrical-coordinate representation of color #5F211E: hue angle of 2.77º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F211E is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 30 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.63 |
| HSL | 2.77º | 0.52% | 0.25% | - |
| HSV(B) | 2.77º | 0.68% | 0.37% | - |
| XYZ | 5.5 | 3.61 | 1.64 | - |
| YUV | 51.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 30 | 0 | 0.65 | 0.68 | 0.63 | 2.77 | 0.52 | 0.25 |
| Hex | 5F | 21 | 1E | 0 | 41 | 44 | 3F | 3 | 34 | 19 |
| Octal | 137 | 41 | 36 | 0 | 101 | 104 | 77 | 3 | 64 | 31 |
| Binary | 1011111 | 100001 | 11110 | 0 | 1000001 | 1000100 | 111111 | 11 | 110100 | 11001 |
Color Harmonies of #5F211E
Complementary color
Monochromatic Colors of #5F211E
Black with #5F211E
Text Example
Text Example
White with #5F211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F211E; }
p { color: rgb(95,33,30); }
H1.HeaderClassName
{
color: #5F211E;
}
.AnyTagClassName
{
color: #5F211E;
}
</style>
background-color css
<style>
a { background-color: #5F211E; }
a { background-color: rgb(95,33,30); }
div.DivClassName
{
background-color: #5F211E;
}
.BgClassName
{
background-color: #5F211E;
}
</style>
border-color css
<style>
span { border-color: #5F211E; }
span { border-color: rgb(95,33,30); }
td.TdClassName
{
border-color: #5F211E;
}
.TagClassName
{
border-color: #5F211E;
}
</style>