Shades of Red Oxide #5C0F0D
Tints of Red Oxide #5C0F0D
RGB
CMYK
RGB Variations
Color information
#5C0F0D (or 0x5C0F0D) is known color: Red Oxide. HEX triplet: 5C, 0F and 0D. RGB value is (92,15,13). Sum of RGB (Red+Green+Blue) = 92+15+13=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0F0D is #A3F0F2. Grayscale: #252525. Windows color (decimal): -10744051 or 855900. OLE color: 855900.
HSL color Cylindrical-coordinate representation of color #5C0F0D: hue angle of 1.52º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C0F0D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 15 | 13 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.64 |
| HSL | 1.52º | 0.75% | 0.21% | - |
| HSV(B) | 1.52º | 0.86% | 0.36% | - |
| XYZ | 4.66 | 2.65 | 0.65 | - |
| YUV | 37.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 13 | 0 | 0.84 | 0.86 | 0.64 | 1.52 | 0.75 | 0.21 |
| Hex | 5C | F | D | 0 | 54 | 56 | 40 | 2 | 4B | 15 |
| Octal | 134 | 17 | 15 | 0 | 124 | 126 | 100 | 2 | 113 | 25 |
| Binary | 1011100 | 1111 | 1101 | 0 | 1010100 | 1010110 | 1000000 | 10 | 1001011 | 10101 |
Color Harmonies of #5C0F0D
Complementary color
Monochromatic Colors of #5C0F0D
Black with #5C0F0D
Text Example
Text Example
White with #5C0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0F0D; }
p { color: rgb(92,15,13); }
H1.HeaderClassName
{
color: #5C0F0D;
}
.AnyTagClassName
{
color: #5C0F0D;
}
</style>
background-color css
<style>
a { background-color: #5C0F0D; }
a { background-color: rgb(92,15,13); }
div.DivClassName
{
background-color: #5C0F0D;
}
.BgClassName
{
background-color: #5C0F0D;
}
</style>
border-color css
<style>
span { border-color: #5C0F0D; }
span { border-color: rgb(92,15,13); }
td.TdClassName
{
border-color: #5C0F0D;
}
.TagClassName
{
border-color: #5C0F0D;
}
</style>