Shades of Red Oxide #5F1E18
Tints of Red Oxide #5F1E18
RGB
CMYK
RGB Variations
Color information
#5F1E18 (or 0x5F1E18) is known color: Red Oxide. HEX triplet: 5F, 1E and 18. RGB value is (95,30,24). Sum of RGB (Red+Green+Blue) = 95+30+24=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F1E18 is #A0E1E7. Grayscale: #303030. Windows color (decimal): -10543592 or 1580639. OLE color: 1580639.
HSL color Cylindrical-coordinate representation of color #5F1E18: hue angle of 5.07º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1E18 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 30 | 24 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.63 |
| HSL | 5.07º | 0.6% | 0.23% | - |
| HSV(B) | 5.07º | 0.75% | 0.37% | - |
| XYZ | 5.35 | 3.43 | 1.24 | - |
| YUV | 48.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 30 | 24 | 0 | 0.68 | 0.75 | 0.63 | 5.07 | 0.6 | 0.23 |
| Hex | 5F | 1E | 18 | 0 | 44 | 4B | 3F | 5 | 3C | 17 |
| Octal | 137 | 36 | 30 | 0 | 104 | 113 | 77 | 5 | 74 | 27 |
| Binary | 1011111 | 11110 | 11000 | 0 | 1000100 | 1001011 | 111111 | 101 | 111100 | 10111 |
Color Harmonies of #5F1E18
Complementary color
Monochromatic Colors of #5F1E18
Black with #5F1E18
Text Example
Text Example
White with #5F1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1E18; }
p { color: rgb(95,30,24); }
H1.HeaderClassName
{
color: #5F1E18;
}
.AnyTagClassName
{
color: #5F1E18;
}
</style>
background-color css
<style>
a { background-color: #5F1E18; }
a { background-color: rgb(95,30,24); }
div.DivClassName
{
background-color: #5F1E18;
}
.BgClassName
{
background-color: #5F1E18;
}
</style>
border-color css
<style>
span { border-color: #5F1E18; }
span { border-color: rgb(95,30,24); }
td.TdClassName
{
border-color: #5F1E18;
}
.TagClassName
{
border-color: #5F1E18;
}
</style>