Shades of Red Oxide #621A03
Tints of Red Oxide #621A03
RGB
CMYK
RGB Variations
Color information
#621A03 (or 0x621A03) is known color: Red Oxide. HEX triplet: 62, 1A and 03. RGB value is (98,26,3). Sum of RGB (Red+Green+Blue) = 98+26+3=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A03 is #9DE5FC. Grayscale: #2D2D2D. Windows color (decimal): -10348029 or 203362. OLE color: 203362.
HSL color Cylindrical-coordinate representation of color #621A03: hue angle of 14.53º 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 #621A03 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 3 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.62 |
| HSL | 14.53º | 0.94% | 0.2% | - |
| HSV(B) | 14.53º | 0.97% | 0.38% | - |
| XYZ | 5.42 | 3.34 | 0.45 | - |
| YUV | 44.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 3 | 0 | 0.73 | 0.97 | 0.62 | 14.53 | 0.94 | 0.2 |
| Hex | 62 | 1A | 3 | 0 | 49 | 61 | 3E | F | 5E | 14 |
| Octal | 142 | 32 | 3 | 0 | 111 | 141 | 76 | 17 | 136 | 24 |
| Binary | 1100010 | 11010 | 11 | 0 | 1001001 | 1100001 | 111110 | 1111 | 1011110 | 10100 |
Color Harmonies of #621A03
Complementary color
Monochromatic Colors of #621A03
Black with #621A03
Text Example
Text Example
White with #621A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A03; }
p { color: rgb(98,26,3); }
H1.HeaderClassName
{
color: #621A03;
}
.AnyTagClassName
{
color: #621A03;
}
</style>
background-color css
<style>
a { background-color: #621A03; }
a { background-color: rgb(98,26,3); }
div.DivClassName
{
background-color: #621A03;
}
.BgClassName
{
background-color: #621A03;
}
</style>
border-color css
<style>
span { border-color: #621A03; }
span { border-color: rgb(98,26,3); }
td.TdClassName
{
border-color: #621A03;
}
.TagClassName
{
border-color: #621A03;
}
</style>