Shades of Red Oxide #55170E
Tints of Red Oxide #55170E
RGB
CMYK
RGB Variations
Color information
#55170E (or 0x55170E) is known color: Red Oxide. HEX triplet: 55, 17 and 0E. RGB value is (85,23,14). Sum of RGB (Red+Green+Blue) = 85+23+14=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55170E is #AAE8F1. Grayscale: #282828. Windows color (decimal): -11200754 or 923477. OLE color: 923477.
HSL color Cylindrical-coordinate representation of color #55170E: hue angle of 7.61º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55170E is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 14 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.67 |
| HSL | 7.61º | 0.72% | 0.19% | - |
| HSV(B) | 7.61º | 0.84% | 0.33% | - |
| XYZ | 4.13 | 2.58 | 0.69 | - |
| YUV | 40.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 14 | 0 | 0.73 | 0.84 | 0.67 | 7.61 | 0.72 | 0.19 |
| Hex | 55 | 17 | E | 0 | 49 | 54 | 43 | 8 | 48 | 13 |
| Octal | 125 | 27 | 16 | 0 | 111 | 124 | 103 | 10 | 110 | 23 |
| Binary | 1010101 | 10111 | 1110 | 0 | 1001001 | 1010100 | 1000011 | 1000 | 1001000 | 10011 |
Color Harmonies of #55170E
Complementary color
Monochromatic Colors of #55170E
Black with #55170E
Text Example
Text Example
White with #55170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55170E; }
p { color: rgb(85,23,14); }
H1.HeaderClassName
{
color: #55170E;
}
.AnyTagClassName
{
color: #55170E;
}
</style>
background-color css
<style>
a { background-color: #55170E; }
a { background-color: rgb(85,23,14); }
div.DivClassName
{
background-color: #55170E;
}
.BgClassName
{
background-color: #55170E;
}
</style>
border-color css
<style>
span { border-color: #55170E; }
span { border-color: rgb(85,23,14); }
td.TdClassName
{
border-color: #55170E;
}
.TagClassName
{
border-color: #55170E;
}
</style>