Shades of Red Oxide #5F0F0D
Tints of Red Oxide #5F0F0D
RGB
CMYK
RGB Variations
Color information
#5F0F0D (or 0x5F0F0D) is known color: Red Oxide. HEX triplet: 5F, 0F and 0D. RGB value is (95,15,13). Sum of RGB (Red+Green+Blue) = 95+15+13=123 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.24% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0F0D is #A0F0F2. Grayscale: #262626. Windows color (decimal): -10547443 or 855903. OLE color: 855903.
HSL color Cylindrical-coordinate representation of color #5F0F0D: hue angle of 1.46º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F0F0D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 15 | 13 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.63 |
| HSL | 1.46º | 0.76% | 0.21% | - |
| HSV(B) | 1.46º | 0.86% | 0.37% | - |
| XYZ | 4.96 | 2.8 | 0.66 | - |
| YUV | 38.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 13 | 0 | 0.84 | 0.86 | 0.63 | 1.46 | 0.76 | 0.21 |
| Hex | 5F | F | D | 0 | 54 | 56 | 3F | 1 | 4C | 15 |
| Octal | 137 | 17 | 15 | 0 | 124 | 126 | 77 | 1 | 114 | 25 |
| Binary | 1011111 | 1111 | 1101 | 0 | 1010100 | 1010110 | 111111 | 1 | 1001100 | 10101 |
Color Harmonies of #5F0F0D
Complementary color
Monochromatic Colors of #5F0F0D
Black with #5F0F0D
Text Example
Text Example
White with #5F0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0F0D; }
p { color: rgb(95,15,13); }
H1.HeaderClassName
{
color: #5F0F0D;
}
.AnyTagClassName
{
color: #5F0F0D;
}
</style>
background-color css
<style>
a { background-color: #5F0F0D; }
a { background-color: rgb(95,15,13); }
div.DivClassName
{
background-color: #5F0F0D;
}
.BgClassName
{
background-color: #5F0F0D;
}
</style>
border-color css
<style>
span { border-color: #5F0F0D; }
span { border-color: rgb(95,15,13); }
td.TdClassName
{
border-color: #5F0F0D;
}
.TagClassName
{
border-color: #5F0F0D;
}
</style>