Shades of Red Oxide #601D0D
Tints of Red Oxide #601D0D
RGB
CMYK
RGB Variations
Color information
#601D0D (or 0x601D0D) is known color: Red Oxide. HEX triplet: 60, 1D and 0D. RGB value is (96,29,13). Sum of RGB (Red+Green+Blue) = 96+29+13=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D0D is #9FE2F2. Grayscale: #2F2F2F. Windows color (decimal): -10478323 or 859488. OLE color: 859488.
HSL color Cylindrical-coordinate representation of color #601D0D: hue angle of 11.57º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601D0D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 13 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.62 |
| HSL | 11.57º | 0.76% | 0.21% | - |
| HSV(B) | 11.57º | 0.86% | 0.38% | - |
| XYZ | 5.34 | 3.39 | 0.75 | - |
| YUV | 47.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 13 | 0 | 0.70 | 0.86 | 0.62 | 11.57 | 0.76 | 0.21 |
| Hex | 60 | 1D | D | 0 | 46 | 56 | 3E | C | 4C | 15 |
| Octal | 140 | 35 | 15 | 0 | 106 | 126 | 76 | 14 | 114 | 25 |
| Binary | 1100000 | 11101 | 1101 | 0 | 1000110 | 1010110 | 111110 | 1100 | 1001100 | 10101 |
Color Harmonies of #601D0D
Complementary color
Monochromatic Colors of #601D0D
Black with #601D0D
Text Example
Text Example
White with #601D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D0D; }
p { color: rgb(96,29,13); }
H1.HeaderClassName
{
color: #601D0D;
}
.AnyTagClassName
{
color: #601D0D;
}
</style>
background-color css
<style>
a { background-color: #601D0D; }
a { background-color: rgb(96,29,13); }
div.DivClassName
{
background-color: #601D0D;
}
.BgClassName
{
background-color: #601D0D;
}
</style>
border-color css
<style>
span { border-color: #601D0D; }
span { border-color: rgb(96,29,13); }
td.TdClassName
{
border-color: #601D0D;
}
.TagClassName
{
border-color: #601D0D;
}
</style>