Shades of Red Oxide #620D0C
Tints of Red Oxide #620D0C
RGB
CMYK
RGB Variations
Color information
#620D0C (or 0x620D0C) is known color: Red Oxide. HEX triplet: 62, 0D and 0C. RGB value is (98,13,12). Sum of RGB (Red+Green+Blue) = 98+13+12=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #620D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D0C is #9DF2F3. Grayscale: #262626. Windows color (decimal): -10351348 or 789858. OLE color: 789858.
HSL color Cylindrical-coordinate representation of color #620D0C: hue angle of 0.7º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D0C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 12 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.62 |
| HSL | 0.7º | 0.78% | 0.22% | - |
| HSV(B) | 0.7º | 0.88% | 0.38% | - |
| XYZ | 5.25 | 2.91 | 0.63 | - |
| YUV | 38.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 12 | 0 | 0.87 | 0.88 | 0.62 | 0.7 | 0.78 | 0.22 |
| Hex | 62 | D | C | 0 | 57 | 58 | 3E | 1 | 4E | 16 |
| Octal | 142 | 15 | 14 | 0 | 127 | 130 | 76 | 1 | 116 | 26 |
| Binary | 1100010 | 1101 | 1100 | 0 | 1010111 | 1011000 | 111110 | 1 | 1001110 | 10110 |
Color Harmonies of #620D0C
Complementary color
Monochromatic Colors of #620D0C
Black with #620D0C
Text Example
Text Example
White with #620D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D0C; }
p { color: rgb(98,13,12); }
H1.HeaderClassName
{
color: #620D0C;
}
.AnyTagClassName
{
color: #620D0C;
}
</style>
background-color css
<style>
a { background-color: #620D0C; }
a { background-color: rgb(98,13,12); }
div.DivClassName
{
background-color: #620D0C;
}
.BgClassName
{
background-color: #620D0C;
}
</style>
border-color css
<style>
span { border-color: #620D0C; }
span { border-color: rgb(98,13,12); }
td.TdClassName
{
border-color: #620D0C;
}
.TagClassName
{
border-color: #620D0C;
}
</style>