Shades of Red Oxide #620F01
Tints of Red Oxide #620F01
RGB
CMYK
RGB Variations
Color information
#620F01 (or 0x620F01) is known color: Red Oxide. HEX triplet: 62, 0F and 01. RGB value is (98,15,1). Sum of RGB (Red+Green+Blue) = 98+15+1=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #620F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F01 is #9DF0FE. Grayscale: #262626. Windows color (decimal): -10350847 or 69474. OLE color: 69474.
HSL color Cylindrical-coordinate representation of color #620F01: hue angle of 8.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620F01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.62 |
| HSL | 8.66º | 0.98% | 0.19% | - |
| HSV(B) | 8.66º | 0.99% | 0.38% | - |
| XYZ | 5.21 | 2.94 | 0.32 | - |
| YUV | 38.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 1 | 0 | 0.85 | 0.99 | 0.62 | 8.66 | 0.98 | 0.19 |
| Hex | 62 | F | 1 | 0 | 55 | 63 | 3E | 9 | 62 | 13 |
| Octal | 142 | 17 | 1 | 0 | 125 | 143 | 76 | 11 | 142 | 23 |
| Binary | 1100010 | 1111 | 1 | 0 | 1010101 | 1100011 | 111110 | 1001 | 1100010 | 10011 |
Color Harmonies of #620F01
Complementary color
Monochromatic Colors of #620F01
Black with #620F01
Text Example
Text Example
White with #620F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F01; }
p { color: rgb(98,15,1); }
H1.HeaderClassName
{
color: #620F01;
}
.AnyTagClassName
{
color: #620F01;
}
</style>
background-color css
<style>
a { background-color: #620F01; }
a { background-color: rgb(98,15,1); }
div.DivClassName
{
background-color: #620F01;
}
.BgClassName
{
background-color: #620F01;
}
</style>
border-color css
<style>
span { border-color: #620F01; }
span { border-color: rgb(98,15,1); }
td.TdClassName
{
border-color: #620F01;
}
.TagClassName
{
border-color: #620F01;
}
</style>