Shades of Red Oxide #621E14
Tints of Red Oxide #621E14
RGB
CMYK
RGB Variations
Color information
#621E14 (or 0x621E14) is known color: Red Oxide. HEX triplet: 62, 1E and 14. RGB value is (98,30,20). Sum of RGB (Red+Green+Blue) = 98+30+20=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E14 is #9DE1EB. Grayscale: #313131. Windows color (decimal): -10346988 or 1318498. OLE color: 1318498.
HSL color Cylindrical-coordinate representation of color #621E14: hue angle of 7.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621E14 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 20 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.62 |
| HSL | 7.69º | 0.66% | 0.23% | - |
| HSV(B) | 7.69º | 0.8% | 0.38% | - |
| XYZ | 5.63 | 3.58 | 1.06 | - |
| YUV | 49.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 20 | 0 | 0.69 | 0.80 | 0.62 | 7.69 | 0.66 | 0.23 |
| Hex | 62 | 1E | 14 | 0 | 45 | 50 | 3E | 8 | 42 | 17 |
| Octal | 142 | 36 | 24 | 0 | 105 | 120 | 76 | 10 | 102 | 27 |
| Binary | 1100010 | 11110 | 10100 | 0 | 1000101 | 1010000 | 111110 | 1000 | 1000010 | 10111 |
Color Harmonies of #621E14
Complementary color
Monochromatic Colors of #621E14
Black with #621E14
Text Example
Text Example
White with #621E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E14; }
p { color: rgb(98,30,20); }
H1.HeaderClassName
{
color: #621E14;
}
.AnyTagClassName
{
color: #621E14;
}
</style>
background-color css
<style>
a { background-color: #621E14; }
a { background-color: rgb(98,30,20); }
div.DivClassName
{
background-color: #621E14;
}
.BgClassName
{
background-color: #621E14;
}
</style>
border-color css
<style>
span { border-color: #621E14; }
span { border-color: rgb(98,30,20); }
td.TdClassName
{
border-color: #621E14;
}
.TagClassName
{
border-color: #621E14;
}
</style>