Shades of Red Oxide #621002
Tints of Red Oxide #621002
RGB
CMYK
RGB Variations
Color information
#621002 (or 0x621002) is known color: Red Oxide. HEX triplet: 62, 10 and 02. RGB value is (98,16,2). Sum of RGB (Red+Green+Blue) = 98+16+2=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #621002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621002 is #9DEFFD. Grayscale: #272727. Windows color (decimal): -10350590 or 135266. OLE color: 135266.
HSL color Cylindrical-coordinate representation of color #621002: hue angle of 8.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #621002 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.62 |
| HSL | 8.75º | 0.96% | 0.2% | - |
| HSV(B) | 8.75º | 0.98% | 0.38% | - |
| XYZ | 5.23 | 2.97 | 0.36 | - |
| YUV | 38.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 2 | 0 | 0.84 | 0.98 | 0.62 | 8.75 | 0.96 | 0.2 |
| Hex | 62 | 10 | 2 | 0 | 54 | 62 | 3E | 9 | 60 | 14 |
| Octal | 142 | 20 | 2 | 0 | 124 | 142 | 76 | 11 | 140 | 24 |
| Binary | 1100010 | 10000 | 10 | 0 | 1010100 | 1100010 | 111110 | 1001 | 1100000 | 10100 |
Color Harmonies of #621002
Complementary color
Monochromatic Colors of #621002
Black with #621002
Text Example
Text Example
White with #621002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621002; }
p { color: rgb(98,16,2); }
H1.HeaderClassName
{
color: #621002;
}
.AnyTagClassName
{
color: #621002;
}
</style>
background-color css
<style>
a { background-color: #621002; }
a { background-color: rgb(98,16,2); }
div.DivClassName
{
background-color: #621002;
}
.BgClassName
{
background-color: #621002;
}
</style>
border-color css
<style>
span { border-color: #621002; }
span { border-color: rgb(98,16,2); }
td.TdClassName
{
border-color: #621002;
}
.TagClassName
{
border-color: #621002;
}
</style>