Shades of Red Berry #6F212C
Tints of Red Berry #6F212C
RGB
CMYK
RGB Variations
Color information
#6F212C (or 0x6F212C) is known color: Red Berry. HEX triplet: 6F, 21 and 2C. RGB value is (111,33,44). Sum of RGB (Red+Green+Blue) = 111+33+44=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F212C is #90DED3. Grayscale: #393939. Windows color (decimal): -9494228 or 2892143. OLE color: 2892143.
HSL color Cylindrical-coordinate representation of color #6F212C: hue angle of 351.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F212C is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 44 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.56 |
| HSL | 351.54º | 0.54% | 0.28% | - |
| HSV(B) | 351.54º | 0.7% | 0.44% | - |
| XYZ | 7.55 | 4.65 | 2.88 | - |
| YUV | 57.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 44 | 0 | 0.70 | 0.60 | 0.56 | 351.54 | 0.54 | 0.28 |
| Hex | 6F | 21 | 2C | 0 | 46 | 3C | 38 | 160 | 36 | 1C |
| Octal | 157 | 41 | 54 | 0 | 106 | 74 | 70 | 540 | 66 | 34 |
| Binary | 1101111 | 100001 | 101100 | 0 | 1000110 | 111100 | 111000 | 101100000 | 110110 | 11100 |
Color Harmonies of #6F212C
Complementary color
Monochromatic Colors of #6F212C
Black with #6F212C
Text Example
Text Example
White with #6F212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F212C; }
p { color: rgb(111,33,44); }
H1.HeaderClassName
{
color: #6F212C;
}
.AnyTagClassName
{
color: #6F212C;
}
</style>
background-color css
<style>
a { background-color: #6F212C; }
a { background-color: rgb(111,33,44); }
div.DivClassName
{
background-color: #6F212C;
}
.BgClassName
{
background-color: #6F212C;
}
</style>
border-color css
<style>
span { border-color: #6F212C; }
span { border-color: rgb(111,33,44); }
td.TdClassName
{
border-color: #6F212C;
}
.TagClassName
{
border-color: #6F212C;
}
</style>