Shades of Red Oxide #6D210C
Tints of Red Oxide #6D210C
RGB
CMYK
RGB Variations
Color information
#6D210C (or 0x6D210C) is known color: Red Oxide. HEX triplet: 6D, 21 and 0C. RGB value is (109,33,12). Sum of RGB (Red+Green+Blue) = 109+33+12=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D210C is #92DEF3. Grayscale: #353535. Windows color (decimal): -9625332 or 794989. OLE color: 794989.
HSL color Cylindrical-coordinate representation of color #6D210C: hue angle of 12.99º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D210C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 12 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.57 |
| HSL | 12.99º | 0.8% | 0.24% | - |
| HSV(B) | 12.99º | 0.89% | 0.43% | - |
| XYZ | 6.92 | 4.37 | 0.83 | - |
| YUV | 53.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 12 | 0 | 0.70 | 0.89 | 0.57 | 12.99 | 0.8 | 0.24 |
| Hex | 6D | 21 | C | 0 | 46 | 59 | 39 | D | 50 | 18 |
| Octal | 155 | 41 | 14 | 0 | 106 | 131 | 71 | 15 | 120 | 30 |
| Binary | 1101101 | 100001 | 1100 | 0 | 1000110 | 1011001 | 111001 | 1101 | 1010000 | 11000 |
Color Harmonies of #6D210C
Complementary color
Monochromatic Colors of #6D210C
Black with #6D210C
Text Example
Text Example
White with #6D210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D210C; }
p { color: rgb(109,33,12); }
H1.HeaderClassName
{
color: #6D210C;
}
.AnyTagClassName
{
color: #6D210C;
}
</style>
background-color css
<style>
a { background-color: #6D210C; }
a { background-color: rgb(109,33,12); }
div.DivClassName
{
background-color: #6D210C;
}
.BgClassName
{
background-color: #6D210C;
}
</style>
border-color css
<style>
span { border-color: #6D210C; }
span { border-color: rgb(109,33,12); }
td.TdClassName
{
border-color: #6D210C;
}
.TagClassName
{
border-color: #6D210C;
}
</style>