Shades of Red Oxide #690F0F
Tints of Red Oxide #690F0F
RGB
CMYK
RGB Variations
Color information
#690F0F (or 0x690F0F) is known color: Red Oxide. HEX triplet: 69, 0F and 0F. RGB value is (105,15,15). Sum of RGB (Red+Green+Blue) = 105+15+15=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #690F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F0F is #96F0F0. Grayscale: #2A2A2A. Windows color (decimal): -9892081 or 986985. OLE color: 986985.
HSL color Cylindrical-coordinate representation of color #690F0F: hue angle of 0º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F0F is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 15 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.59 |
| HSL | 0º | 0.75% | 0.24% | - |
| HSV(B) | 0º | 0.86% | 0.41% | - |
| XYZ | 6.08 | 3.38 | 0.78 | - |
| YUV | 41.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 15 | 0 | 0.86 | 0.86 | 0.59 | 0 | 0.75 | 0.24 |
| Hex | 69 | F | F | 0 | 56 | 56 | 3B | 0 | 4B | 18 |
| Octal | 151 | 17 | 17 | 0 | 126 | 126 | 73 | 0 | 113 | 30 |
| Binary | 1101001 | 1111 | 1111 | 0 | 1010110 | 1010110 | 111011 | 0 | 1001011 | 11000 |
Color Harmonies of #690F0F
Complementary color
Monochromatic Colors of #690F0F
Black with #690F0F
Text Example
Text Example
White with #690F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F0F; }
p { color: rgb(105,15,15); }
H1.HeaderClassName
{
color: #690F0F;
}
.AnyTagClassName
{
color: #690F0F;
}
</style>
background-color css
<style>
a { background-color: #690F0F; }
a { background-color: rgb(105,15,15); }
div.DivClassName
{
background-color: #690F0F;
}
.BgClassName
{
background-color: #690F0F;
}
</style>
border-color css
<style>
span { border-color: #690F0F; }
span { border-color: rgb(105,15,15); }
td.TdClassName
{
border-color: #690F0F;
}
.TagClassName
{
border-color: #690F0F;
}
</style>