Shades of Red Oxide #5F110F
Tints of Red Oxide #5F110F
RGB
CMYK
RGB Variations
Color information
#5F110F (or 0x5F110F) is known color: Red Oxide. HEX triplet: 5F, 11 and 0F. RGB value is (95,17,15). Sum of RGB (Red+Green+Blue) = 95+17+15=127 (16% of max value = 765). Red value is 95 (37.5% from 255 or 74.80% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 95 - color contains mainly: red. Hex color #5F110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F110F is #A0EEF0. Grayscale: #282828. Windows color (decimal): -10546929 or 987487. OLE color: 987487.
HSL color Cylindrical-coordinate representation of color #5F110F: hue angle of 1.5º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F110F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 15 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.63 |
| HSL | 1.5º | 0.73% | 0.22% | - |
| HSV(B) | 1.5º | 0.84% | 0.37% | - |
| XYZ | 5.01 | 2.87 | 0.74 | - |
| YUV | 40.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 15 | 0 | 0.82 | 0.84 | 0.63 | 1.5 | 0.73 | 0.22 |
| Hex | 5F | 11 | F | 0 | 52 | 54 | 3F | 2 | 49 | 16 |
| Octal | 137 | 21 | 17 | 0 | 122 | 124 | 77 | 2 | 111 | 26 |
| Binary | 1011111 | 10001 | 1111 | 0 | 1010010 | 1010100 | 111111 | 10 | 1001001 | 10110 |
Color Harmonies of #5F110F
Complementary color
Monochromatic Colors of #5F110F
Black with #5F110F
Text Example
Text Example
White with #5F110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F110F; }
p { color: rgb(95,17,15); }
H1.HeaderClassName
{
color: #5F110F;
}
.AnyTagClassName
{
color: #5F110F;
}
</style>
background-color css
<style>
a { background-color: #5F110F; }
a { background-color: rgb(95,17,15); }
div.DivClassName
{
background-color: #5F110F;
}
.BgClassName
{
background-color: #5F110F;
}
</style>
border-color css
<style>
span { border-color: #5F110F; }
span { border-color: rgb(95,17,15); }
td.TdClassName
{
border-color: #5F110F;
}
.TagClassName
{
border-color: #5F110F;
}
</style>