Shades of Red Oxide #55201C
Tints of Red Oxide #55201C
RGB
CMYK
RGB Variations
Color information
#55201C (or 0x55201C) is known color: Red Oxide. HEX triplet: 55, 20 and 1C. RGB value is (85,32,28). Sum of RGB (Red+Green+Blue) = 85+32+28=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201C is #AADFE3. Grayscale: #2F2F2F. Windows color (decimal): -11198436 or 1843285. OLE color: 1843285.
HSL color Cylindrical-coordinate representation of color #55201C: hue angle of 4.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55201C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 28 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.67 |
| HSL | 4.21º | 0.5% | 0.22% | - |
| HSV(B) | 4.21º | 0.67% | 0.33% | - |
| XYZ | 4.47 | 3.05 | 1.45 | - |
| YUV | 47.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 28 | 0 | 0.62 | 0.67 | 0.67 | 4.21 | 0.5 | 0.22 |
| Hex | 55 | 20 | 1C | 0 | 3E | 43 | 43 | 4 | 32 | 16 |
| Octal | 125 | 40 | 34 | 0 | 76 | 103 | 103 | 4 | 62 | 26 |
| Binary | 1010101 | 100000 | 11100 | 0 | 111110 | 1000011 | 1000011 | 100 | 110010 | 10110 |
Color Harmonies of #55201C
Complementary color
Monochromatic Colors of #55201C
Black with #55201C
Text Example
Text Example
White with #55201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55201C; }
p { color: rgb(85,32,28); }
H1.HeaderClassName
{
color: #55201C;
}
.AnyTagClassName
{
color: #55201C;
}
</style>
background-color css
<style>
a { background-color: #55201C; }
a { background-color: rgb(85,32,28); }
div.DivClassName
{
background-color: #55201C;
}
.BgClassName
{
background-color: #55201C;
}
</style>
border-color css
<style>
span { border-color: #55201C; }
span { border-color: rgb(85,32,28); }
td.TdClassName
{
border-color: #55201C;
}
.TagClassName
{
border-color: #55201C;
}
</style>