Shades of Red Oxide #6F231D
Tints of Red Oxide #6F231D
RGB
CMYK
RGB Variations
Color information
#6F231D (or 0x6F231D) is known color: Red Oxide. HEX triplet: 6F, 23 and 1D. RGB value is (111,35,29). Sum of RGB (Red+Green+Blue) = 111+35+29=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F231D is #90DCE2. Grayscale: #393939. Windows color (decimal): -9493731 or 1909615. OLE color: 1909615.
HSL color Cylindrical-coordinate representation of color #6F231D: hue angle of 4.39º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F231D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 29 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.56 |
| HSL | 4.39º | 0.59% | 0.27% | - |
| HSV(B) | 4.39º | 0.74% | 0.44% | - |
| XYZ | 7.38 | 4.67 | 1.67 | - |
| YUV | 57.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 29 | 0 | 0.68 | 0.74 | 0.56 | 4.39 | 0.59 | 0.27 |
| Hex | 6F | 23 | 1D | 0 | 44 | 4A | 38 | 4 | 3B | 1B |
| Octal | 157 | 43 | 35 | 0 | 104 | 112 | 70 | 4 | 73 | 33 |
| Binary | 1101111 | 100011 | 11101 | 0 | 1000100 | 1001010 | 111000 | 100 | 111011 | 11011 |
Color Harmonies of #6F231D
Complementary color
Monochromatic Colors of #6F231D
Black with #6F231D
Text Example
Text Example
White with #6F231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F231D; }
p { color: rgb(111,35,29); }
H1.HeaderClassName
{
color: #6F231D;
}
.AnyTagClassName
{
color: #6F231D;
}
</style>
background-color css
<style>
a { background-color: #6F231D; }
a { background-color: rgb(111,35,29); }
div.DivClassName
{
background-color: #6F231D;
}
.BgClassName
{
background-color: #6F231D;
}
</style>
border-color css
<style>
span { border-color: #6F231D; }
span { border-color: rgb(111,35,29); }
td.TdClassName
{
border-color: #6F231D;
}
.TagClassName
{
border-color: #6F231D;
}
</style>