Shades of Red Oxide #5F100F
Tints of Red Oxide #5F100F
RGB
CMYK
RGB Variations
Color information
#5F100F (or 0x5F100F) is known color: Red Oxide. HEX triplet: 5F, 10 and 0F. RGB value is (95,16,15). Sum of RGB (Red+Green+Blue) = 95+16+15=126 (16% of max value = 765). Red value is 95 (37.5% from 255 or 75.40% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 95 - color contains mainly: red. Hex color #5F100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F100F is #A0EFF0. Grayscale: #272727. Windows color (decimal): -10547185 or 987231. OLE color: 987231.
HSL color Cylindrical-coordinate representation of color #5F100F: hue angle of 0.75º 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 #5F100F is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 16 | 15 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.63 |
| HSL | 0.75º | 0.73% | 0.22% | - |
| HSV(B) | 0.75º | 0.84% | 0.37% | - |
| XYZ | 4.99 | 2.84 | 0.74 | - |
| YUV | 39.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 15 | 0 | 0.83 | 0.84 | 0.63 | 0.75 | 0.73 | 0.22 |
| Hex | 5F | 10 | F | 0 | 53 | 54 | 3F | 1 | 49 | 16 |
| Octal | 137 | 20 | 17 | 0 | 123 | 124 | 77 | 1 | 111 | 26 |
| Binary | 1011111 | 10000 | 1111 | 0 | 1010011 | 1010100 | 111111 | 1 | 1001001 | 10110 |
Color Harmonies of #5F100F
Complementary color
Monochromatic Colors of #5F100F
Black with #5F100F
Text Example
Text Example
White with #5F100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F100F; }
p { color: rgb(95,16,15); }
H1.HeaderClassName
{
color: #5F100F;
}
.AnyTagClassName
{
color: #5F100F;
}
</style>
background-color css
<style>
a { background-color: #5F100F; }
a { background-color: rgb(95,16,15); }
div.DivClassName
{
background-color: #5F100F;
}
.BgClassName
{
background-color: #5F100F;
}
</style>
border-color css
<style>
span { border-color: #5F100F; }
span { border-color: rgb(95,16,15); }
td.TdClassName
{
border-color: #5F100F;
}
.TagClassName
{
border-color: #5F100F;
}
</style>