Shades of Red Oxide #69211D
Tints of Red Oxide #69211D
RGB
CMYK
RGB Variations
Color information
#69211D (or 0x69211D) is known color: Red Oxide. HEX triplet: 69, 21 and 1D. RGB value is (105,33,29). Sum of RGB (Red+Green+Blue) = 105+33+29=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69211D is #96DEE2. Grayscale: #363636. Windows color (decimal): -9887459 or 1909097. OLE color: 1909097.
HSL color Cylindrical-coordinate representation of color #69211D: hue angle of 3.16º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69211D is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 29 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.59 |
| HSL | 3.16º | 0.57% | 0.26% | - |
| HSV(B) | 3.16º | 0.72% | 0.41% | - |
| XYZ | 6.59 | 4.18 | 1.62 | - |
| YUV | 54.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 29 | 0 | 0.69 | 0.72 | 0.59 | 3.16 | 0.57 | 0.26 |
| Hex | 69 | 21 | 1D | 0 | 45 | 48 | 3B | 3 | 39 | 1A |
| Octal | 151 | 41 | 35 | 0 | 105 | 110 | 73 | 3 | 71 | 32 |
| Binary | 1101001 | 100001 | 11101 | 0 | 1000101 | 1001000 | 111011 | 11 | 111001 | 11010 |
Color Harmonies of #69211D
Complementary color
Monochromatic Colors of #69211D
Black with #69211D
Text Example
Text Example
White with #69211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69211D; }
p { color: rgb(105,33,29); }
H1.HeaderClassName
{
color: #69211D;
}
.AnyTagClassName
{
color: #69211D;
}
</style>
background-color css
<style>
a { background-color: #69211D; }
a { background-color: rgb(105,33,29); }
div.DivClassName
{
background-color: #69211D;
}
.BgClassName
{
background-color: #69211D;
}
</style>
border-color css
<style>
span { border-color: #69211D; }
span { border-color: rgb(105,33,29); }
td.TdClassName
{
border-color: #69211D;
}
.TagClassName
{
border-color: #69211D;
}
</style>