Shades of Red Oxide #621903
Tints of Red Oxide #621903
RGB
CMYK
RGB Variations
Color information
#621903 (or 0x621903) is known color: Red Oxide. HEX triplet: 62, 19 and 03. RGB value is (98,25,3). Sum of RGB (Red+Green+Blue) = 98+25+3=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #621903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621903 is #9DE6FC. Grayscale: #2C2C2C. Windows color (decimal): -10348285 or 203106. OLE color: 203106.
HSL color Cylindrical-coordinate representation of color #621903: hue angle of 13.89º 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 #621903 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 3 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.62 |
| HSL | 13.89º | 0.94% | 0.2% | - |
| HSV(B) | 13.89º | 0.97% | 0.38% | - |
| XYZ | 5.4 | 3.3 | 0.44 | - |
| YUV | 44.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 3 | 0 | 0.74 | 0.97 | 0.62 | 13.89 | 0.94 | 0.2 |
| Hex | 62 | 19 | 3 | 0 | 4A | 61 | 3E | E | 5E | 14 |
| Octal | 142 | 31 | 3 | 0 | 112 | 141 | 76 | 16 | 136 | 24 |
| Binary | 1100010 | 11001 | 11 | 0 | 1001010 | 1100001 | 111110 | 1110 | 1011110 | 10100 |
Color Harmonies of #621903
Complementary color
Monochromatic Colors of #621903
Black with #621903
Text Example
Text Example
White with #621903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621903; }
p { color: rgb(98,25,3); }
H1.HeaderClassName
{
color: #621903;
}
.AnyTagClassName
{
color: #621903;
}
</style>
background-color css
<style>
a { background-color: #621903; }
a { background-color: rgb(98,25,3); }
div.DivClassName
{
background-color: #621903;
}
.BgClassName
{
background-color: #621903;
}
</style>
border-color css
<style>
span { border-color: #621903; }
span { border-color: rgb(98,25,3); }
td.TdClassName
{
border-color: #621903;
}
.TagClassName
{
border-color: #621903;
}
</style>