Shades of Red Oxide #620F0D
Tints of Red Oxide #620F0D
RGB
CMYK
RGB Variations
Color information
#620F0D (or 0x620F0D) is known color: Red Oxide. HEX triplet: 62, 0F and 0D. RGB value is (98,15,13). Sum of RGB (Red+Green+Blue) = 98+15+13=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #620F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F0D is #9DF0F2. Grayscale: #272727. Windows color (decimal): -10350835 or 855906. OLE color: 855906.
HSL color Cylindrical-coordinate representation of color #620F0D: hue angle of 1.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620F0D is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 13 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.62 |
| HSL | 1.41º | 0.77% | 0.22% | - |
| HSV(B) | 1.41º | 0.87% | 0.38% | - |
| XYZ | 5.28 | 2.97 | 0.68 | - |
| YUV | 39.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 13 | 0 | 0.85 | 0.87 | 0.62 | 1.41 | 0.77 | 0.22 |
| Hex | 62 | F | D | 0 | 55 | 57 | 3E | 1 | 4D | 16 |
| Octal | 142 | 17 | 15 | 0 | 125 | 127 | 76 | 1 | 115 | 26 |
| Binary | 1100010 | 1111 | 1101 | 0 | 1010101 | 1010111 | 111110 | 1 | 1001101 | 10110 |
Color Harmonies of #620F0D
Complementary color
Monochromatic Colors of #620F0D
Black with #620F0D
Text Example
Text Example
White with #620F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F0D; }
p { color: rgb(98,15,13); }
H1.HeaderClassName
{
color: #620F0D;
}
.AnyTagClassName
{
color: #620F0D;
}
</style>
background-color css
<style>
a { background-color: #620F0D; }
a { background-color: rgb(98,15,13); }
div.DivClassName
{
background-color: #620F0D;
}
.BgClassName
{
background-color: #620F0D;
}
</style>
border-color css
<style>
span { border-color: #620F0D; }
span { border-color: rgb(98,15,13); }
td.TdClassName
{
border-color: #620F0D;
}
.TagClassName
{
border-color: #620F0D;
}
</style>