Shades of Red Oxide #55150E
Tints of Red Oxide #55150E
RGB
CMYK
RGB Variations
Color information
#55150E (or 0x55150E) is known color: Red Oxide. HEX triplet: 55, 15 and 0E. RGB value is (85,21,14). Sum of RGB (Red+Green+Blue) = 85+21+14=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55150E is #AAEAF1. Grayscale: #272727. Windows color (decimal): -11201266 or 922965. OLE color: 922965.
HSL color Cylindrical-coordinate representation of color #55150E: hue angle of 5.92º 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 #55150E is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 14 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.67 |
| HSL | 5.92º | 0.72% | 0.19% | - |
| HSV(B) | 5.92º | 0.84% | 0.33% | - |
| XYZ | 4.09 | 2.5 | 0.68 | - |
| YUV | 39.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 14 | 0 | 0.75 | 0.84 | 0.67 | 5.92 | 0.72 | 0.19 |
| Hex | 55 | 15 | E | 0 | 4B | 54 | 43 | 6 | 48 | 13 |
| Octal | 125 | 25 | 16 | 0 | 113 | 124 | 103 | 6 | 110 | 23 |
| Binary | 1010101 | 10101 | 1110 | 0 | 1001011 | 1010100 | 1000011 | 110 | 1001000 | 10011 |
Color Harmonies of #55150E
Complementary color
Monochromatic Colors of #55150E
Black with #55150E
Text Example
Text Example
White with #55150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55150E; }
p { color: rgb(85,21,14); }
H1.HeaderClassName
{
color: #55150E;
}
.AnyTagClassName
{
color: #55150E;
}
</style>
background-color css
<style>
a { background-color: #55150E; }
a { background-color: rgb(85,21,14); }
div.DivClassName
{
background-color: #55150E;
}
.BgClassName
{
background-color: #55150E;
}
</style>
border-color css
<style>
span { border-color: #55150E; }
span { border-color: rgb(85,21,14); }
td.TdClassName
{
border-color: #55150E;
}
.TagClassName
{
border-color: #55150E;
}
</style>