Shades of Red Oxide #620D0D
Tints of Red Oxide #620D0D
RGB
CMYK
RGB Variations
Color information
#620D0D (or 0x620D0D) is known color: Red Oxide. HEX triplet: 62, 0D and 0D. RGB value is (98,13,13). Sum of RGB (Red+Green+Blue) = 98+13+13=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D0D is #9DF2F2. Grayscale: #262626. Windows color (decimal): -10351347 or 855394. OLE color: 855394.
HSL color Cylindrical-coordinate representation of color #620D0D: hue angle of 0º 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 #620D0D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 13 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.62 |
| HSL | 0º | 0.77% | 0.22% | - |
| HSV(B) | 0º | 0.87% | 0.38% | - |
| XYZ | 5.25 | 2.91 | 0.67 | - |
| YUV | 38.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 13 | 0 | 0.87 | 0.87 | 0.62 | 0 | 0.77 | 0.22 |
| Hex | 62 | D | D | 0 | 57 | 57 | 3E | 0 | 4D | 16 |
| Octal | 142 | 15 | 15 | 0 | 127 | 127 | 76 | 0 | 115 | 26 |
| Binary | 1100010 | 1101 | 1101 | 0 | 1010111 | 1010111 | 111110 | 0 | 1001101 | 10110 |
Color Harmonies of #620D0D
Complementary color
Monochromatic Colors of #620D0D
Black with #620D0D
Text Example
Text Example
White with #620D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D0D; }
p { color: rgb(98,13,13); }
H1.HeaderClassName
{
color: #620D0D;
}
.AnyTagClassName
{
color: #620D0D;
}
</style>
background-color css
<style>
a { background-color: #620D0D; }
a { background-color: rgb(98,13,13); }
div.DivClassName
{
background-color: #620D0D;
}
.BgClassName
{
background-color: #620D0D;
}
</style>
border-color css
<style>
span { border-color: #620D0D; }
span { border-color: rgb(98,13,13); }
td.TdClassName
{
border-color: #620D0D;
}
.TagClassName
{
border-color: #620D0D;
}
</style>