Shades of Red Oxide #5D0F0C
Tints of Red Oxide #5D0F0C
RGB
CMYK
RGB Variations
Color information
#5D0F0C (or 0x5D0F0C) is known color: Red Oxide. HEX triplet: 5D, 0F and 0C. RGB value is (93,15,12). Sum of RGB (Red+Green+Blue) = 93+15+12=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0F0C is #A2F0F3. Grayscale: #262626. Windows color (decimal): -10678516 or 790365. OLE color: 790365.
HSL color Cylindrical-coordinate representation of color #5D0F0C: hue angle of 2.22º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D0F0C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 15 | 12 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.64 |
| HSL | 2.22º | 0.77% | 0.21% | - |
| HSV(B) | 2.22º | 0.87% | 0.36% | - |
| XYZ | 4.75 | 2.7 | 0.62 | - |
| YUV | 37.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 12 | 0 | 0.84 | 0.87 | 0.64 | 2.22 | 0.77 | 0.21 |
| Hex | 5D | F | C | 0 | 54 | 57 | 40 | 2 | 4D | 15 |
| Octal | 135 | 17 | 14 | 0 | 124 | 127 | 100 | 2 | 115 | 25 |
| Binary | 1011101 | 1111 | 1100 | 0 | 1010100 | 1010111 | 1000000 | 10 | 1001101 | 10101 |
Color Harmonies of #5D0F0C
Complementary color
Monochromatic Colors of #5D0F0C
Black with #5D0F0C
Text Example
Text Example
White with #5D0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0F0C; }
p { color: rgb(93,15,12); }
H1.HeaderClassName
{
color: #5D0F0C;
}
.AnyTagClassName
{
color: #5D0F0C;
}
</style>
background-color css
<style>
a { background-color: #5D0F0C; }
a { background-color: rgb(93,15,12); }
div.DivClassName
{
background-color: #5D0F0C;
}
.BgClassName
{
background-color: #5D0F0C;
}
</style>
border-color css
<style>
span { border-color: #5D0F0C; }
span { border-color: rgb(93,15,12); }
td.TdClassName
{
border-color: #5D0F0C;
}
.TagClassName
{
border-color: #5D0F0C;
}
</style>