Shades of Red Oxide #55150F
Tints of Red Oxide #55150F
RGB
CMYK
RGB Variations
Color information
#55150F (or 0x55150F) is known color: Red Oxide. HEX triplet: 55, 15 and 0F. RGB value is (85,21,15). Sum of RGB (Red+Green+Blue) = 85+21+15=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55150F is #AAEAF0. Grayscale: #272727. Windows color (decimal): -11201265 or 988501. OLE color: 988501.
HSL color Cylindrical-coordinate representation of color #55150F: hue angle of 5.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55150F is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 21 | 15 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.67 |
| HSL | 5.14º | 0.7% | 0.2% | - |
| HSV(B) | 5.14º | 0.82% | 0.33% | - |
| XYZ | 4.1 | 2.5 | 0.72 | - |
| YUV | 39.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 15 | 0 | 0.75 | 0.82 | 0.67 | 5.14 | 0.7 | 0.2 |
| Hex | 55 | 15 | F | 0 | 4B | 52 | 43 | 5 | 46 | 14 |
| Octal | 125 | 25 | 17 | 0 | 113 | 122 | 103 | 5 | 106 | 24 |
| Binary | 1010101 | 10101 | 1111 | 0 | 1001011 | 1010010 | 1000011 | 101 | 1000110 | 10100 |
Color Harmonies of #55150F
Complementary color
Monochromatic Colors of #55150F
Black with #55150F
Text Example
Text Example
White with #55150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55150F; }
p { color: rgb(85,21,15); }
H1.HeaderClassName
{
color: #55150F;
}
.AnyTagClassName
{
color: #55150F;
}
</style>
background-color css
<style>
a { background-color: #55150F; }
a { background-color: rgb(85,21,15); }
div.DivClassName
{
background-color: #55150F;
}
.BgClassName
{
background-color: #55150F;
}
</style>
border-color css
<style>
span { border-color: #55150F; }
span { border-color: rgb(85,21,15); }
td.TdClassName
{
border-color: #55150F;
}
.TagClassName
{
border-color: #55150F;
}
</style>