Shades of Red Oxide #5F140F
Tints of Red Oxide #5F140F
RGB
CMYK
RGB Variations
Color information
#5F140F (or 0x5F140F) is known color: Red Oxide. HEX triplet: 5F, 14 and 0F. RGB value is (95,20,15). Sum of RGB (Red+Green+Blue) = 95+20+15=130 (17% of max value = 765). Red value is 95 (37.5% from 255 or 73.08% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 95 - color contains mainly: red. Hex color #5F140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F140F is #A0EBF0. Grayscale: #292929. Windows color (decimal): -10546161 or 988255. OLE color: 988255.
HSL color Cylindrical-coordinate representation of color #5F140F: hue angle of 3.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 #5F140F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 15 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.63 |
| HSL | 3.75º | 0.73% | 0.22% | - |
| HSV(B) | 3.75º | 0.84% | 0.37% | - |
| XYZ | 5.06 | 2.97 | 0.76 | - |
| YUV | 41.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 15 | 0 | 0.79 | 0.84 | 0.63 | 3.75 | 0.73 | 0.22 |
| Hex | 5F | 14 | F | 0 | 4F | 54 | 3F | 4 | 49 | 16 |
| Octal | 137 | 24 | 17 | 0 | 117 | 124 | 77 | 4 | 111 | 26 |
| Binary | 1011111 | 10100 | 1111 | 0 | 1001111 | 1010100 | 111111 | 100 | 1001001 | 10110 |
Color Harmonies of #5F140F
Complementary color
Monochromatic Colors of #5F140F
Black with #5F140F
Text Example
Text Example
White with #5F140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F140F; }
p { color: rgb(95,20,15); }
H1.HeaderClassName
{
color: #5F140F;
}
.AnyTagClassName
{
color: #5F140F;
}
</style>
background-color css
<style>
a { background-color: #5F140F; }
a { background-color: rgb(95,20,15); }
div.DivClassName
{
background-color: #5F140F;
}
.BgClassName
{
background-color: #5F140F;
}
</style>
border-color css
<style>
span { border-color: #5F140F; }
span { border-color: rgb(95,20,15); }
td.TdClassName
{
border-color: #5F140F;
}
.TagClassName
{
border-color: #5F140F;
}
</style>