Shades of Red Oxide #621E0F
Tints of Red Oxide #621E0F
RGB
CMYK
RGB Variations
Color information
#621E0F (or 0x621E0F) is known color: Red Oxide. HEX triplet: 62, 1E and 0F. RGB value is (98,30,15). Sum of RGB (Red+Green+Blue) = 98+30+15=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E0F is #9DE1F0. Grayscale: #303030. Windows color (decimal): -10346993 or 990818. OLE color: 990818.
HSL color Cylindrical-coordinate representation of color #621E0F: hue angle of 10.84º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621E0F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 15 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.62 |
| HSL | 10.84º | 0.73% | 0.22% | - |
| HSV(B) | 10.84º | 0.85% | 0.38% | - |
| XYZ | 5.59 | 3.56 | 0.84 | - |
| YUV | 48.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 15 | 0 | 0.69 | 0.85 | 0.62 | 10.84 | 0.73 | 0.22 |
| Hex | 62 | 1E | F | 0 | 45 | 55 | 3E | B | 49 | 16 |
| Octal | 142 | 36 | 17 | 0 | 105 | 125 | 76 | 13 | 111 | 26 |
| Binary | 1100010 | 11110 | 1111 | 0 | 1000101 | 1010101 | 111110 | 1011 | 1001001 | 10110 |
Color Harmonies of #621E0F
Complementary color
Monochromatic Colors of #621E0F
Black with #621E0F
Text Example
Text Example
White with #621E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E0F; }
p { color: rgb(98,30,15); }
H1.HeaderClassName
{
color: #621E0F;
}
.AnyTagClassName
{
color: #621E0F;
}
</style>
background-color css
<style>
a { background-color: #621E0F; }
a { background-color: rgb(98,30,15); }
div.DivClassName
{
background-color: #621E0F;
}
.BgClassName
{
background-color: #621E0F;
}
</style>
border-color css
<style>
span { border-color: #621E0F; }
span { border-color: rgb(98,30,15); }
td.TdClassName
{
border-color: #621E0F;
}
.TagClassName
{
border-color: #621E0F;
}
</style>