Shades of Red Oxide #621003
Tints of Red Oxide #621003
RGB
CMYK
RGB Variations
Color information
#621003 (or 0x621003) is known color: Red Oxide. HEX triplet: 62, 10 and 03. RGB value is (98,16,3). Sum of RGB (Red+Green+Blue) = 98+16+3=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #621003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621003 is #9DEFFC. Grayscale: #272727. Windows color (decimal): -10350589 or 200802. OLE color: 200802.
HSL color Cylindrical-coordinate representation of color #621003: hue angle of 8.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #621003 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.62 |
| HSL | 8.21º | 0.94% | 0.2% | - |
| HSV(B) | 8.21º | 0.97% | 0.38% | - |
| XYZ | 5.24 | 2.97 | 0.38 | - |
| YUV | 39.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 3 | 0 | 0.84 | 0.97 | 0.62 | 8.21 | 0.94 | 0.2 |
| Hex | 62 | 10 | 3 | 0 | 54 | 61 | 3E | 8 | 5E | 14 |
| Octal | 142 | 20 | 3 | 0 | 124 | 141 | 76 | 10 | 136 | 24 |
| Binary | 1100010 | 10000 | 11 | 0 | 1010100 | 1100001 | 111110 | 1000 | 1011110 | 10100 |
Color Harmonies of #621003
Complementary color
Monochromatic Colors of #621003
Black with #621003
Text Example
Text Example
White with #621003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621003; }
p { color: rgb(98,16,3); }
H1.HeaderClassName
{
color: #621003;
}
.AnyTagClassName
{
color: #621003;
}
</style>
background-color css
<style>
a { background-color: #621003; }
a { background-color: rgb(98,16,3); }
div.DivClassName
{
background-color: #621003;
}
.BgClassName
{
background-color: #621003;
}
</style>
border-color css
<style>
span { border-color: #621003; }
span { border-color: rgb(98,16,3); }
td.TdClassName
{
border-color: #621003;
}
.TagClassName
{
border-color: #621003;
}
</style>