Shades of Red Oxide #5D150D
Tints of Red Oxide #5D150D
RGB
CMYK
RGB Variations
Color information
#5D150D (or 0x5D150D) is known color: Red Oxide. HEX triplet: 5D, 15 and 0D. RGB value is (93,21,13). Sum of RGB (Red+Green+Blue) = 93+21+13=127 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.23% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 93 - color contains mainly: red. Hex color #5D150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D150D is #A2EAF2. Grayscale: #292929. Windows color (decimal): -10676979 or 857437. OLE color: 857437.
HSL color Cylindrical-coordinate representation of color #5D150D: hue angle of 6º 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 #5D150D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 13 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.64 |
| HSL | 6º | 0.75% | 0.21% | - |
| HSV(B) | 6º | 0.86% | 0.36% | - |
| XYZ | 4.86 | 2.89 | 0.68 | - |
| YUV | 41.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 13 | 0 | 0.77 | 0.86 | 0.64 | 6 | 0.75 | 0.21 |
| Hex | 5D | 15 | D | 0 | 4D | 56 | 40 | 6 | 4B | 15 |
| Octal | 135 | 25 | 15 | 0 | 115 | 126 | 100 | 6 | 113 | 25 |
| Binary | 1011101 | 10101 | 1101 | 0 | 1001101 | 1010110 | 1000000 | 110 | 1001011 | 10101 |
Color Harmonies of #5D150D
Complementary color
Monochromatic Colors of #5D150D
Black with #5D150D
Text Example
Text Example
White with #5D150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D150D; }
p { color: rgb(93,21,13); }
H1.HeaderClassName
{
color: #5D150D;
}
.AnyTagClassName
{
color: #5D150D;
}
</style>
background-color css
<style>
a { background-color: #5D150D; }
a { background-color: rgb(93,21,13); }
div.DivClassName
{
background-color: #5D150D;
}
.BgClassName
{
background-color: #5D150D;
}
</style>
border-color css
<style>
span { border-color: #5D150D; }
span { border-color: rgb(93,21,13); }
td.TdClassName
{
border-color: #5D150D;
}
.TagClassName
{
border-color: #5D150D;
}
</style>