Shades of Red Oxide #5D1808
Tints of Red Oxide #5D1808
RGB
CMYK
RGB Variations
Color information
#5D1808 (or 0x5D1808) is known color: Red Oxide. HEX triplet: 5D, 18 and 08. RGB value is (93,24,8). Sum of RGB (Red+Green+Blue) = 93+24+8=125 (16% of max value = 765). Red value is 93 (36.72% from 255 or 74.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1808 is #A2E7F7. Grayscale: #2A2A2A. Windows color (decimal): -10676216 or 530525. OLE color: 530525.
HSL color Cylindrical-coordinate representation of color #5D1808: hue angle of 11.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D1808 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 8 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.64 |
| HSL | 11.29º | 0.84% | 0.2% | - |
| HSV(B) | 11.29º | 0.91% | 0.36% | - |
| XYZ | 4.88 | 3 | 0.55 | - |
| YUV | 42.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 8 | 0 | 0.74 | 0.91 | 0.64 | 11.29 | 0.84 | 0.2 |
| Hex | 5D | 18 | 8 | 0 | 4A | 5B | 40 | B | 54 | 14 |
| Octal | 135 | 30 | 10 | 0 | 112 | 133 | 100 | 13 | 124 | 24 |
| Binary | 1011101 | 11000 | 1000 | 0 | 1001010 | 1011011 | 1000000 | 1011 | 1010100 | 10100 |
Color Harmonies of #5D1808
Complementary color
Monochromatic Colors of #5D1808
Black with #5D1808
Text Example
Text Example
White with #5D1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1808; }
p { color: rgb(93,24,8); }
H1.HeaderClassName
{
color: #5D1808;
}
.AnyTagClassName
{
color: #5D1808;
}
</style>
background-color css
<style>
a { background-color: #5D1808; }
a { background-color: rgb(93,24,8); }
div.DivClassName
{
background-color: #5D1808;
}
.BgClassName
{
background-color: #5D1808;
}
</style>
border-color css
<style>
span { border-color: #5D1808; }
span { border-color: rgb(93,24,8); }
td.TdClassName
{
border-color: #5D1808;
}
.TagClassName
{
border-color: #5D1808;
}
</style>