Shades of Red Oxide #621C1C
Tints of Red Oxide #621C1C
RGB
CMYK
RGB Variations
Color information
#621C1C (or 0x621C1C) is known color: Red Oxide. HEX triplet: 62, 1C and 1C. RGB value is (98,28,28). Sum of RGB (Red+Green+Blue) = 98+28+28=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C1C is #9DE3E3. Grayscale: #313131. Windows color (decimal): -10347492 or 1842274. OLE color: 1842274.
HSL color Cylindrical-coordinate representation of color #621C1C: hue angle of 0º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C1C is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 28 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.62 |
| HSL | 0º | 0.56% | 0.25% | - |
| HSV(B) | 0º | 0.71% | 0.38% | - |
| XYZ | 5.66 | 3.51 | 1.48 | - |
| YUV | 48.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 28 | 0 | 0.71 | 0.71 | 0.62 | 0 | 0.56 | 0.25 |
| Hex | 62 | 1C | 1C | 0 | 47 | 47 | 3E | 0 | 38 | 19 |
| Octal | 142 | 34 | 34 | 0 | 107 | 107 | 76 | 0 | 70 | 31 |
| Binary | 1100010 | 11100 | 11100 | 0 | 1000111 | 1000111 | 111110 | 0 | 111000 | 11001 |
Color Harmonies of #621C1C
Complementary color
Monochromatic Colors of #621C1C
Black with #621C1C
Text Example
Text Example
White with #621C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C1C; }
p { color: rgb(98,28,28); }
H1.HeaderClassName
{
color: #621C1C;
}
.AnyTagClassName
{
color: #621C1C;
}
</style>
background-color css
<style>
a { background-color: #621C1C; }
a { background-color: rgb(98,28,28); }
div.DivClassName
{
background-color: #621C1C;
}
.BgClassName
{
background-color: #621C1C;
}
</style>
border-color css
<style>
span { border-color: #621C1C; }
span { border-color: rgb(98,28,28); }
td.TdClassName
{
border-color: #621C1C;
}
.TagClassName
{
border-color: #621C1C;
}
</style>