Shades of Red Oxide #6E1D1C
Tints of Red Oxide #6E1D1C
RGB
CMYK
RGB Variations
Color information
#6E1D1C (or 0x6E1D1C) is known color: Red Oxide. HEX triplet: 6E, 1D and 1C. RGB value is (110,29,28). Sum of RGB (Red+Green+Blue) = 110+29+28=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1D1C is #91E2E3. Grayscale: #353535. Windows color (decimal): -9560804 or 1842542. OLE color: 1842542.
HSL color Cylindrical-coordinate representation of color #6E1D1C: hue angle of 0.73º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1D1C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 29 | 28 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.57 |
| HSL | 0.73º | 0.59% | 0.27% | - |
| HSV(B) | 0.73º | 0.75% | 0.43% | - |
| XYZ | 7.08 | 4.28 | 1.55 | - |
| YUV | 53.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 28 | 0 | 0.74 | 0.75 | 0.57 | 0.73 | 0.59 | 0.27 |
| Hex | 6E | 1D | 1C | 0 | 4A | 4B | 39 | 1 | 3B | 1B |
| Octal | 156 | 35 | 34 | 0 | 112 | 113 | 71 | 1 | 73 | 33 |
| Binary | 1101110 | 11101 | 11100 | 0 | 1001010 | 1001011 | 111001 | 1 | 111011 | 11011 |
Color Harmonies of #6E1D1C
Complementary color
Monochromatic Colors of #6E1D1C
Black with #6E1D1C
Text Example
Text Example
White with #6E1D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1D1C; }
p { color: rgb(110,29,28); }
H1.HeaderClassName
{
color: #6E1D1C;
}
.AnyTagClassName
{
color: #6E1D1C;
}
</style>
background-color css
<style>
a { background-color: #6E1D1C; }
a { background-color: rgb(110,29,28); }
div.DivClassName
{
background-color: #6E1D1C;
}
.BgClassName
{
background-color: #6E1D1C;
}
</style>
border-color css
<style>
span { border-color: #6E1D1C; }
span { border-color: rgb(110,29,28); }
td.TdClassName
{
border-color: #6E1D1C;
}
.TagClassName
{
border-color: #6E1D1C;
}
</style>