Shades of Red Oxide #580401
Tints of Red Oxide #580401
RGB
CMYK
RGB Variations
Color information
#580401 (or 0x580401) is known color: Red Oxide. HEX triplet: 58, 04 and 01. RGB value is (88,4,1). Sum of RGB (Red+Green+Blue) = 88+4+1=93 (12% of max value = 765). Red value is 88 (34.77% from 255 or 94.62% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 88 - color contains mainly: red. Hex color #580401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580401 is #A7FBFE. Grayscale: #1C1C1C. Windows color (decimal): -11009023 or 66648. OLE color: 66648.
HSL color Cylindrical-coordinate representation of color #580401: hue angle of 2.07º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580401 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.65 |
| HSL | 2.07º | 0.98% | 0.17% | - |
| HSV(B) | 2.07º | 0.99% | 0.35% | - |
| XYZ | 4.07 | 2.16 | 0.23 | - |
| YUV | 28.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 1 | 0 | 0.95 | 0.99 | 0.65 | 2.07 | 0.98 | 0.17 |
| Hex | 58 | 4 | 1 | 0 | 5F | 63 | 41 | 2 | 62 | 11 |
| Octal | 130 | 4 | 1 | 0 | 137 | 143 | 101 | 2 | 142 | 21 |
| Binary | 1011000 | 100 | 1 | 0 | 1011111 | 1100011 | 1000001 | 10 | 1100010 | 10001 |
Color Harmonies of #580401
Complementary color
Monochromatic Colors of #580401
Black with #580401
Text Example
Text Example
White with #580401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580401; }
p { color: rgb(88,4,1); }
H1.HeaderClassName
{
color: #580401;
}
.AnyTagClassName
{
color: #580401;
}
</style>
background-color css
<style>
a { background-color: #580401; }
a { background-color: rgb(88,4,1); }
div.DivClassName
{
background-color: #580401;
}
.BgClassName
{
background-color: #580401;
}
</style>
border-color css
<style>
span { border-color: #580401; }
span { border-color: rgb(88,4,1); }
td.TdClassName
{
border-color: #580401;
}
.TagClassName
{
border-color: #580401;
}
</style>