Shades of Red Oxide #551C14
Tints of Red Oxide #551C14
RGB
CMYK
RGB Variations
Color information
#551C14 (or 0x551C14) is known color: Red Oxide. HEX triplet: 55, 1C and 14. RGB value is (85,28,20). Sum of RGB (Red+Green+Blue) = 85+28+20=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C14 is #AAE3EB. Grayscale: #2C2C2C. Windows color (decimal): -11199468 or 1317973. OLE color: 1317973.
HSL color Cylindrical-coordinate representation of color #551C14: hue angle of 7.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551C14 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 20 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.67 |
| HSL | 7.38º | 0.62% | 0.21% | - |
| HSV(B) | 7.38º | 0.76% | 0.33% | - |
| XYZ | 4.29 | 2.81 | 0.98 | - |
| YUV | 44.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 20 | 0 | 0.67 | 0.76 | 0.67 | 7.38 | 0.62 | 0.21 |
| Hex | 55 | 1C | 14 | 0 | 43 | 4C | 43 | 7 | 3E | 15 |
| Octal | 125 | 34 | 24 | 0 | 103 | 114 | 103 | 7 | 76 | 25 |
| Binary | 1010101 | 11100 | 10100 | 0 | 1000011 | 1001100 | 1000011 | 111 | 111110 | 10101 |
Color Harmonies of #551C14
Complementary color
Monochromatic Colors of #551C14
Black with #551C14
Text Example
Text Example
White with #551C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C14; }
p { color: rgb(85,28,20); }
H1.HeaderClassName
{
color: #551C14;
}
.AnyTagClassName
{
color: #551C14;
}
</style>
background-color css
<style>
a { background-color: #551C14; }
a { background-color: rgb(85,28,20); }
div.DivClassName
{
background-color: #551C14;
}
.BgClassName
{
background-color: #551C14;
}
</style>
border-color css
<style>
span { border-color: #551C14; }
span { border-color: rgb(85,28,20); }
td.TdClassName
{
border-color: #551C14;
}
.TagClassName
{
border-color: #551C14;
}
</style>