Shades of Red Oxide #600F0D
Tints of Red Oxide #600F0D
RGB
CMYK
RGB Variations
Color information
#600F0D (or 0x600F0D) is known color: Red Oxide. HEX triplet: 60, 0F and 0D. RGB value is (96,15,13). Sum of RGB (Red+Green+Blue) = 96+15+13=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #600F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F0D is #9FF0F2. Grayscale: #272727. Windows color (decimal): -10481907 or 855904. OLE color: 855904.
HSL color Cylindrical-coordinate representation of color #600F0D: hue angle of 1.45º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600F0D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 15 | 13 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.62 |
| HSL | 1.45º | 0.76% | 0.21% | - |
| HSV(B) | 1.45º | 0.86% | 0.38% | - |
| XYZ | 5.07 | 2.86 | 0.67 | - |
| YUV | 38.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 13 | 0 | 0.84 | 0.86 | 0.62 | 1.45 | 0.76 | 0.21 |
| Hex | 60 | F | D | 0 | 54 | 56 | 3E | 1 | 4C | 15 |
| Octal | 140 | 17 | 15 | 0 | 124 | 126 | 76 | 1 | 114 | 25 |
| Binary | 1100000 | 1111 | 1101 | 0 | 1010100 | 1010110 | 111110 | 1 | 1001100 | 10101 |
Color Harmonies of #600F0D
Complementary color
Monochromatic Colors of #600F0D
Black with #600F0D
Text Example
Text Example
White with #600F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F0D; }
p { color: rgb(96,15,13); }
H1.HeaderClassName
{
color: #600F0D;
}
.AnyTagClassName
{
color: #600F0D;
}
</style>
background-color css
<style>
a { background-color: #600F0D; }
a { background-color: rgb(96,15,13); }
div.DivClassName
{
background-color: #600F0D;
}
.BgClassName
{
background-color: #600F0D;
}
</style>
border-color css
<style>
span { border-color: #600F0D; }
span { border-color: rgb(96,15,13); }
td.TdClassName
{
border-color: #600F0D;
}
.TagClassName
{
border-color: #600F0D;
}
</style>