Shades of Red Oxide #6F221C
Tints of Red Oxide #6F221C
RGB
CMYK
RGB Variations
Color information
#6F221C (or 0x6F221C) is known color: Red Oxide. HEX triplet: 6F, 22 and 1C. RGB value is (111,34,28). Sum of RGB (Red+Green+Blue) = 111+34+28=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F221C is #90DDE3. Grayscale: #383838. Windows color (decimal): -9493988 or 1843823. OLE color: 1843823.
HSL color Cylindrical-coordinate representation of color #6F221C: hue angle of 4.34º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F221C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 28 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.56 |
| HSL | 4.34º | 0.6% | 0.27% | - |
| HSV(B) | 4.34º | 0.75% | 0.44% | - |
| XYZ | 7.34 | 4.61 | 1.6 | - |
| YUV | 56.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 28 | 0 | 0.69 | 0.75 | 0.56 | 4.34 | 0.6 | 0.27 |
| Hex | 6F | 22 | 1C | 0 | 45 | 4B | 38 | 4 | 3C | 1B |
| Octal | 157 | 42 | 34 | 0 | 105 | 113 | 70 | 4 | 74 | 33 |
| Binary | 1101111 | 100010 | 11100 | 0 | 1000101 | 1001011 | 111000 | 100 | 111100 | 11011 |
Color Harmonies of #6F221C
Complementary color
Monochromatic Colors of #6F221C
Black with #6F221C
Text Example
Text Example
White with #6F221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F221C; }
p { color: rgb(111,34,28); }
H1.HeaderClassName
{
color: #6F221C;
}
.AnyTagClassName
{
color: #6F221C;
}
</style>
background-color css
<style>
a { background-color: #6F221C; }
a { background-color: rgb(111,34,28); }
div.DivClassName
{
background-color: #6F221C;
}
.BgClassName
{
background-color: #6F221C;
}
</style>
border-color css
<style>
span { border-color: #6F221C; }
span { border-color: rgb(111,34,28); }
td.TdClassName
{
border-color: #6F221C;
}
.TagClassName
{
border-color: #6F221C;
}
</style>