Shades of Red Oxide #5F241F
Tints of Red Oxide #5F241F
RGB
CMYK
RGB Variations
Color information
#5F241F (or 0x5F241F) is known color: Red Oxide. HEX triplet: 5F, 24 and 1F. RGB value is (95,36,31). Sum of RGB (Red+Green+Blue) = 95+36+31=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F241F is #A0DBE0. Grayscale: #353535. Windows color (decimal): -10542049 or 2040927. OLE color: 2040927.
HSL color Cylindrical-coordinate representation of color #5F241F: hue angle of 4.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F241F is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 36 | 31 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.63 |
| HSL | 4.69º | 0.51% | 0.25% | - |
| HSV(B) | 4.69º | 0.67% | 0.37% | - |
| XYZ | 5.6 | 3.79 | 1.73 | - |
| YUV | 53.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 31 | 0 | 0.62 | 0.67 | 0.63 | 4.69 | 0.51 | 0.25 |
| Hex | 5F | 24 | 1F | 0 | 3E | 43 | 3F | 5 | 33 | 19 |
| Octal | 137 | 44 | 37 | 0 | 76 | 103 | 77 | 5 | 63 | 31 |
| Binary | 1011111 | 100100 | 11111 | 0 | 111110 | 1000011 | 111111 | 101 | 110011 | 11001 |
Color Harmonies of #5F241F
Complementary color
Monochromatic Colors of #5F241F
Black with #5F241F
Text Example
Text Example
White with #5F241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F241F; }
p { color: rgb(95,36,31); }
H1.HeaderClassName
{
color: #5F241F;
}
.AnyTagClassName
{
color: #5F241F;
}
</style>
background-color css
<style>
a { background-color: #5F241F; }
a { background-color: rgb(95,36,31); }
div.DivClassName
{
background-color: #5F241F;
}
.BgClassName
{
background-color: #5F241F;
}
</style>
border-color css
<style>
span { border-color: #5F241F; }
span { border-color: rgb(95,36,31); }
td.TdClassName
{
border-color: #5F241F;
}
.TagClassName
{
border-color: #5F241F;
}
</style>