Shades of Red Oxide #580F0F
Tints of Red Oxide #580F0F
RGB
CMYK
RGB Variations
Color information
#580F0F (or 0x580F0F) is known color: Red Oxide. HEX triplet: 58, 0F and 0F. RGB value is (88,15,15). Sum of RGB (Red+Green+Blue) = 88+15+15=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #580F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F0F is #A7F0F0. Grayscale: #242424. Windows color (decimal): -11006193 or 986968. OLE color: 986968.
HSL color Cylindrical-coordinate representation of color #580F0F: hue angle of 0º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F0F is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 15 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.65 |
| HSL | 0º | 0.71% | 0.2% | - |
| HSV(B) | 0º | 0.83% | 0.35% | - |
| XYZ | 4.28 | 2.45 | 0.7 | - |
| YUV | 36.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 15 | 0 | 0.83 | 0.83 | 0.65 | 0 | 0.71 | 0.2 |
| Hex | 58 | F | F | 0 | 53 | 53 | 41 | 0 | 47 | 14 |
| Octal | 130 | 17 | 17 | 0 | 123 | 123 | 101 | 0 | 107 | 24 |
| Binary | 1011000 | 1111 | 1111 | 0 | 1010011 | 1010011 | 1000001 | 0 | 1000111 | 10100 |
Color Harmonies of #580F0F
Complementary color
Monochromatic Colors of #580F0F
Black with #580F0F
Text Example
Text Example
White with #580F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F0F; }
p { color: rgb(88,15,15); }
H1.HeaderClassName
{
color: #580F0F;
}
.AnyTagClassName
{
color: #580F0F;
}
</style>
background-color css
<style>
a { background-color: #580F0F; }
a { background-color: rgb(88,15,15); }
div.DivClassName
{
background-color: #580F0F;
}
.BgClassName
{
background-color: #580F0F;
}
</style>
border-color css
<style>
span { border-color: #580F0F; }
span { border-color: rgb(88,15,15); }
td.TdClassName
{
border-color: #580F0F;
}
.TagClassName
{
border-color: #580F0F;
}
</style>