Shades of Red Oxide #5D221C
Tints of Red Oxide #5D221C
RGB
CMYK
RGB Variations
Color information
#5D221C (or 0x5D221C) is known color: Red Oxide. HEX triplet: 5D, 22 and 1C. RGB value is (93,34,28). Sum of RGB (Red+Green+Blue) = 93+34+28=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D221C is #A2DDE3. Grayscale: #333333. Windows color (decimal): -10673636 or 1843805. OLE color: 1843805.
HSL color Cylindrical-coordinate representation of color #5D221C: hue angle of 5.54º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D221C is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 34 | 28 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.64 |
| HSL | 5.54º | 0.54% | 0.24% | - |
| HSV(B) | 5.54º | 0.7% | 0.36% | - |
| XYZ | 5.3 | 3.56 | 1.51 | - |
| YUV | 50.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 28 | 0 | 0.63 | 0.70 | 0.64 | 5.54 | 0.54 | 0.24 |
| Hex | 5D | 22 | 1C | 0 | 3F | 46 | 40 | 6 | 36 | 18 |
| Octal | 135 | 42 | 34 | 0 | 77 | 106 | 100 | 6 | 66 | 30 |
| Binary | 1011101 | 100010 | 11100 | 0 | 111111 | 1000110 | 1000000 | 110 | 110110 | 11000 |
Color Harmonies of #5D221C
Complementary color
Monochromatic Colors of #5D221C
Black with #5D221C
Text Example
Text Example
White with #5D221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D221C; }
p { color: rgb(93,34,28); }
H1.HeaderClassName
{
color: #5D221C;
}
.AnyTagClassName
{
color: #5D221C;
}
</style>
background-color css
<style>
a { background-color: #5D221C; }
a { background-color: rgb(93,34,28); }
div.DivClassName
{
background-color: #5D221C;
}
.BgClassName
{
background-color: #5D221C;
}
</style>
border-color css
<style>
span { border-color: #5D221C; }
span { border-color: rgb(93,34,28); }
td.TdClassName
{
border-color: #5D221C;
}
.TagClassName
{
border-color: #5D221C;
}
</style>