Shades of Red Oxide #6F211F
Tints of Red Oxide #6F211F
RGB
CMYK
RGB Variations
Color information
#6F211F (or 0x6F211F) is known color: Red Oxide. HEX triplet: 6F, 21 and 1F. RGB value is (111,33,31). Sum of RGB (Red+Green+Blue) = 111+33+31=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F211F is #90DEE0. Grayscale: #383838. Windows color (decimal): -9494241 or 2040175. OLE color: 2040175.
HSL color Cylindrical-coordinate representation of color #6F211F: hue angle of 1.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F211F is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 31 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.56 |
| HSL | 1.5º | 0.56% | 0.28% | - |
| HSV(B) | 1.5º | 0.72% | 0.44% | - |
| XYZ | 7.35 | 4.57 | 1.79 | - |
| YUV | 56.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 31 | 0 | 0.70 | 0.72 | 0.56 | 1.5 | 0.56 | 0.28 |
| Hex | 6F | 21 | 1F | 0 | 46 | 48 | 38 | 2 | 38 | 1C |
| Octal | 157 | 41 | 37 | 0 | 106 | 110 | 70 | 2 | 70 | 34 |
| Binary | 1101111 | 100001 | 11111 | 0 | 1000110 | 1001000 | 111000 | 10 | 111000 | 11100 |
Color Harmonies of #6F211F
Complementary color
Monochromatic Colors of #6F211F
Black with #6F211F
Text Example
Text Example
White with #6F211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F211F; }
p { color: rgb(111,33,31); }
H1.HeaderClassName
{
color: #6F211F;
}
.AnyTagClassName
{
color: #6F211F;
}
</style>
background-color css
<style>
a { background-color: #6F211F; }
a { background-color: rgb(111,33,31); }
div.DivClassName
{
background-color: #6F211F;
}
.BgClassName
{
background-color: #6F211F;
}
</style>
border-color css
<style>
span { border-color: #6F211F; }
span { border-color: rgb(111,33,31); }
td.TdClassName
{
border-color: #6F211F;
}
.TagClassName
{
border-color: #6F211F;
}
</style>