Shades of Red Oxide #55100D
Tints of Red Oxide #55100D
RGB
CMYK
RGB Variations
Color information
#55100D (or 0x55100D) is known color: Red Oxide. HEX triplet: 55, 10 and 0D. RGB value is (85,16,13). Sum of RGB (Red+Green+Blue) = 85+16+13=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55100D is #AAEFF2. Grayscale: #242424. Windows color (decimal): -11202547 or 856149. OLE color: 856149.
HSL color Cylindrical-coordinate representation of color #55100D: hue angle of 2.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55100D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 13 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.67 |
| HSL | 2.5º | 0.73% | 0.19% | - |
| HSV(B) | 2.5º | 0.85% | 0.33% | - |
| XYZ | 4 | 2.33 | 0.62 | - |
| YUV | 36.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 13 | 0 | 0.81 | 0.85 | 0.67 | 2.5 | 0.73 | 0.19 |
| Hex | 55 | 10 | D | 0 | 51 | 55 | 43 | 2 | 49 | 13 |
| Octal | 125 | 20 | 15 | 0 | 121 | 125 | 103 | 2 | 111 | 23 |
| Binary | 1010101 | 10000 | 1101 | 0 | 1010001 | 1010101 | 1000011 | 10 | 1001001 | 10011 |
Color Harmonies of #55100D
Complementary color
Monochromatic Colors of #55100D
Black with #55100D
Text Example
Text Example
White with #55100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55100D; }
p { color: rgb(85,16,13); }
H1.HeaderClassName
{
color: #55100D;
}
.AnyTagClassName
{
color: #55100D;
}
</style>
background-color css
<style>
a { background-color: #55100D; }
a { background-color: rgb(85,16,13); }
div.DivClassName
{
background-color: #55100D;
}
.BgClassName
{
background-color: #55100D;
}
</style>
border-color css
<style>
span { border-color: #55100D; }
span { border-color: rgb(85,16,13); }
td.TdClassName
{
border-color: #55100D;
}
.TagClassName
{
border-color: #55100D;
}
</style>