Shades of Red Oxide #6D1D15
Tints of Red Oxide #6D1D15
RGB
CMYK
RGB Variations
Color information
#6D1D15 (or 0x6D1D15) is known color: Red Oxide. HEX triplet: 6D, 1D and 15. RGB value is (109,29,21). Sum of RGB (Red+Green+Blue) = 109+29+21=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D15 is #92E2EA. Grayscale: #343434. Windows color (decimal): -9626347 or 1383789. OLE color: 1383789.
HSL color Cylindrical-coordinate representation of color #6D1D15: hue angle of 5.45º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1D15 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 21 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.57 |
| HSL | 5.45º | 0.68% | 0.25% | - |
| HSV(B) | 5.45º | 0.81% | 0.43% | - |
| XYZ | 6.88 | 4.18 | 1.15 | - |
| YUV | 52.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 21 | 0 | 0.73 | 0.81 | 0.57 | 5.45 | 0.68 | 0.25 |
| Hex | 6D | 1D | 15 | 0 | 49 | 51 | 39 | 5 | 44 | 19 |
| Octal | 155 | 35 | 25 | 0 | 111 | 121 | 71 | 5 | 104 | 31 |
| Binary | 1101101 | 11101 | 10101 | 0 | 1001001 | 1010001 | 111001 | 101 | 1000100 | 11001 |
Color Harmonies of #6D1D15
Complementary color
Monochromatic Colors of #6D1D15
Black with #6D1D15
Text Example
Text Example
White with #6D1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D15; }
p { color: rgb(109,29,21); }
H1.HeaderClassName
{
color: #6D1D15;
}
.AnyTagClassName
{
color: #6D1D15;
}
</style>
background-color css
<style>
a { background-color: #6D1D15; }
a { background-color: rgb(109,29,21); }
div.DivClassName
{
background-color: #6D1D15;
}
.BgClassName
{
background-color: #6D1D15;
}
</style>
border-color css
<style>
span { border-color: #6D1D15; }
span { border-color: rgb(109,29,21); }
td.TdClassName
{
border-color: #6D1D15;
}
.TagClassName
{
border-color: #6D1D15;
}
</style>