Shades of Red Oxide #641402
Tints of Red Oxide #641402
RGB
CMYK
RGB Variations
Color information
#641402 (or 0x641402) is known color: Red Oxide. HEX triplet: 64, 14 and 02. RGB value is (100,20,2). Sum of RGB (Red+Green+Blue) = 100+20+2=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #641402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641402 is #9BEBFD. Grayscale: #2A2A2A. Windows color (decimal): -10218494 or 136292. OLE color: 136292.
HSL color Cylindrical-coordinate representation of color #641402: hue angle of 11.02º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #641402 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 2 | - |
| CMYK | 0 | 0.8 | 0.98 | 0.61 |
| HSL | 11.02º | 0.96% | 0.2% | - |
| HSV(B) | 11.02º | 0.98% | 0.39% | - |
| XYZ | 5.52 | 3.21 | 0.39 | - |
| YUV | 41.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 2 | 0 | 0.8 | 0.98 | 0.61 | 11.02 | 0.96 | 0.2 |
| Hex | 64 | 14 | 2 | 0 | 50 | 62 | 3D | B | 60 | 14 |
| Octal | 144 | 24 | 2 | 0 | 120 | 142 | 75 | 13 | 140 | 24 |
| Binary | 1100100 | 10100 | 10 | 0 | 1010000 | 1100010 | 111101 | 1011 | 1100000 | 10100 |
Color Harmonies of #641402
Complementary color
Monochromatic Colors of #641402
Black with #641402
Text Example
Text Example
White with #641402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641402; }
p { color: rgb(100,20,2); }
H1.HeaderClassName
{
color: #641402;
}
.AnyTagClassName
{
color: #641402;
}
</style>
background-color css
<style>
a { background-color: #641402; }
a { background-color: rgb(100,20,2); }
div.DivClassName
{
background-color: #641402;
}
.BgClassName
{
background-color: #641402;
}
</style>
border-color css
<style>
span { border-color: #641402; }
span { border-color: rgb(100,20,2); }
td.TdClassName
{
border-color: #641402;
}
.TagClassName
{
border-color: #641402;
}
</style>