Shades of Red Oxide #5F1915
Tints of Red Oxide #5F1915
RGB
CMYK
RGB Variations
Color information
#5F1915 (or 0x5F1915) is known color: Red Oxide. HEX triplet: 5F, 19 and 15. RGB value is (95,25,21). Sum of RGB (Red+Green+Blue) = 95+25+21=141 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.38% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1915 is #A0E6EA. Grayscale: #2D2D2D. Windows color (decimal): -10544875 or 1382751. OLE color: 1382751.
HSL color Cylindrical-coordinate representation of color #5F1915: hue angle of 3.24º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1915 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 25 | 21 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.63 |
| HSL | 3.24º | 0.64% | 0.23% | - |
| HSV(B) | 3.24º | 0.78% | 0.37% | - |
| XYZ | 5.2 | 3.18 | 1.05 | - |
| YUV | 45.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 21 | 0 | 0.74 | 0.78 | 0.63 | 3.24 | 0.64 | 0.23 |
| Hex | 5F | 19 | 15 | 0 | 4A | 4E | 3F | 3 | 40 | 17 |
| Octal | 137 | 31 | 25 | 0 | 112 | 116 | 77 | 3 | 100 | 27 |
| Binary | 1011111 | 11001 | 10101 | 0 | 1001010 | 1001110 | 111111 | 11 | 1000000 | 10111 |
Color Harmonies of #5F1915
Complementary color
Monochromatic Colors of #5F1915
Black with #5F1915
Text Example
Text Example
White with #5F1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1915; }
p { color: rgb(95,25,21); }
H1.HeaderClassName
{
color: #5F1915;
}
.AnyTagClassName
{
color: #5F1915;
}
</style>
background-color css
<style>
a { background-color: #5F1915; }
a { background-color: rgb(95,25,21); }
div.DivClassName
{
background-color: #5F1915;
}
.BgClassName
{
background-color: #5F1915;
}
</style>
border-color css
<style>
span { border-color: #5F1915; }
span { border-color: rgb(95,25,21); }
td.TdClassName
{
border-color: #5F1915;
}
.TagClassName
{
border-color: #5F1915;
}
</style>