Shades of Red Oxide #58211F
Tints of Red Oxide #58211F
RGB
CMYK
RGB Variations
Color information
#58211F (or 0x58211F) is known color: Red Oxide. HEX triplet: 58, 21 and 1F. RGB value is (88,33,31). Sum of RGB (Red+Green+Blue) = 88+33+31=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58211F is #A7DEE0. Grayscale: #313131. Windows color (decimal): -11001569 or 2040152. OLE color: 2040152.
HSL color Cylindrical-coordinate representation of color #58211F: hue angle of 2.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58211F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 33 | 31 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.65 |
| HSL | 2.11º | 0.48% | 0.23% | - |
| HSV(B) | 2.11º | 0.65% | 0.35% | - |
| XYZ | 4.82 | 3.26 | 1.67 | - |
| YUV | 49.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 31 | 0 | 0.62 | 0.65 | 0.65 | 2.11 | 0.48 | 0.23 |
| Hex | 58 | 21 | 1F | 0 | 3E | 41 | 41 | 2 | 30 | 17 |
| Octal | 130 | 41 | 37 | 0 | 76 | 101 | 101 | 2 | 60 | 27 |
| Binary | 1011000 | 100001 | 11111 | 0 | 111110 | 1000001 | 1000001 | 10 | 110000 | 10111 |
Color Harmonies of #58211F
Complementary color
Monochromatic Colors of #58211F
Black with #58211F
Text Example
Text Example
White with #58211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58211F; }
p { color: rgb(88,33,31); }
H1.HeaderClassName
{
color: #58211F;
}
.AnyTagClassName
{
color: #58211F;
}
</style>
background-color css
<style>
a { background-color: #58211F; }
a { background-color: rgb(88,33,31); }
div.DivClassName
{
background-color: #58211F;
}
.BgClassName
{
background-color: #58211F;
}
</style>
border-color css
<style>
span { border-color: #58211F; }
span { border-color: rgb(88,33,31); }
td.TdClassName
{
border-color: #58211F;
}
.TagClassName
{
border-color: #58211F;
}
</style>