Shades of Red Oxide #650D0D
Tints of Red Oxide #650D0D
RGB
CMYK
RGB Variations
Color information
#650D0D (or 0x650D0D) is known color: Red Oxide. HEX triplet: 65, 0D and 0D. RGB value is (101,13,13). Sum of RGB (Red+Green+Blue) = 101+13+13=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #650D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D0D is #9AF2F2. Grayscale: #272727. Windows color (decimal): -10154739 or 855397. OLE color: 855397.
HSL color Cylindrical-coordinate representation of color #650D0D: hue angle of 0º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D0D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 13 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.60 |
| HSL | 0º | 0.77% | 0.22% | - |
| HSV(B) | 0º | 0.87% | 0.4% | - |
| XYZ | 5.58 | 3.08 | 0.68 | - |
| YUV | 39.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 13 | 0 | 0.87 | 0.87 | 0.60 | 0 | 0.77 | 0.22 |
| Hex | 65 | D | D | 0 | 57 | 57 | 3C | 0 | 4D | 16 |
| Octal | 145 | 15 | 15 | 0 | 127 | 127 | 74 | 0 | 115 | 26 |
| Binary | 1100101 | 1101 | 1101 | 0 | 1010111 | 1010111 | 111100 | 0 | 1001101 | 10110 |
Color Harmonies of #650D0D
Complementary color
Monochromatic Colors of #650D0D
Black with #650D0D
Text Example
Text Example
White with #650D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D0D; }
p { color: rgb(101,13,13); }
H1.HeaderClassName
{
color: #650D0D;
}
.AnyTagClassName
{
color: #650D0D;
}
</style>
background-color css
<style>
a { background-color: #650D0D; }
a { background-color: rgb(101,13,13); }
div.DivClassName
{
background-color: #650D0D;
}
.BgClassName
{
background-color: #650D0D;
}
</style>
border-color css
<style>
span { border-color: #650D0D; }
span { border-color: rgb(101,13,13); }
td.TdClassName
{
border-color: #650D0D;
}
.TagClassName
{
border-color: #650D0D;
}
</style>