Shades of Red Oxide #65211C
Tints of Red Oxide #65211C
RGB
CMYK
RGB Variations
Color information
#65211C (or 0x65211C) is known color: Red Oxide. HEX triplet: 65, 21 and 1C. RGB value is (101,33,28). Sum of RGB (Red+Green+Blue) = 101+33+28=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65211C is #9ADEE3. Grayscale: #343434. Windows color (decimal): -10149604 or 1843557. OLE color: 1843557.
HSL color Cylindrical-coordinate representation of color #65211C: hue angle of 4.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65211C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 28 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.60 |
| HSL | 4.11º | 0.57% | 0.25% | - |
| HSV(B) | 4.11º | 0.72% | 0.4% | - |
| XYZ | 6.12 | 3.94 | 1.54 | - |
| YUV | 52.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 28 | 0 | 0.67 | 0.72 | 0.60 | 4.11 | 0.57 | 0.25 |
| Hex | 65 | 21 | 1C | 0 | 43 | 48 | 3C | 4 | 39 | 19 |
| Octal | 145 | 41 | 34 | 0 | 103 | 110 | 74 | 4 | 71 | 31 |
| Binary | 1100101 | 100001 | 11100 | 0 | 1000011 | 1001000 | 111100 | 100 | 111001 | 11001 |
Color Harmonies of #65211C
Complementary color
Monochromatic Colors of #65211C
Black with #65211C
Text Example
Text Example
White with #65211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65211C; }
p { color: rgb(101,33,28); }
H1.HeaderClassName
{
color: #65211C;
}
.AnyTagClassName
{
color: #65211C;
}
</style>
background-color css
<style>
a { background-color: #65211C; }
a { background-color: rgb(101,33,28); }
div.DivClassName
{
background-color: #65211C;
}
.BgClassName
{
background-color: #65211C;
}
</style>
border-color css
<style>
span { border-color: #65211C; }
span { border-color: rgb(101,33,28); }
td.TdClassName
{
border-color: #65211C;
}
.TagClassName
{
border-color: #65211C;
}
</style>