Shades of Red Berry #6F1521
Tints of Red Berry #6F1521
RGB
CMYK
RGB Variations
Color information
#6F1521 (or 0x6F1521) is known color: Red Berry. HEX triplet: 6F, 15 and 21. RGB value is (111,21,33). Sum of RGB (Red+Green+Blue) = 111+21+33=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1521 is #90EADE. Grayscale: #313131. Windows color (decimal): -9497311 or 2168175. OLE color: 2168175.
HSL color Cylindrical-coordinate representation of color #6F1521: hue angle of 352º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1521 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 33 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.56 |
| HSL | 352º | 0.68% | 0.26% | - |
| HSV(B) | 352º | 0.81% | 0.44% | - |
| XYZ | 7.1 | 4.03 | 1.84 | - |
| YUV | 49.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 33 | 0 | 0.81 | 0.70 | 0.56 | 352 | 0.68 | 0.26 |
| Hex | 6F | 15 | 21 | 0 | 51 | 46 | 38 | 160 | 44 | 1A |
| Octal | 157 | 25 | 41 | 0 | 121 | 106 | 70 | 540 | 104 | 32 |
| Binary | 1101111 | 10101 | 100001 | 0 | 1010001 | 1000110 | 111000 | 101100000 | 1000100 | 11010 |
Color Harmonies of #6F1521
Complementary color
Monochromatic Colors of #6F1521
Black with #6F1521
Text Example
Text Example
White with #6F1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1521; }
p { color: rgb(111,21,33); }
H1.HeaderClassName
{
color: #6F1521;
}
.AnyTagClassName
{
color: #6F1521;
}
</style>
background-color css
<style>
a { background-color: #6F1521; }
a { background-color: rgb(111,21,33); }
div.DivClassName
{
background-color: #6F1521;
}
.BgClassName
{
background-color: #6F1521;
}
</style>
border-color css
<style>
span { border-color: #6F1521; }
span { border-color: rgb(111,21,33); }
td.TdClassName
{
border-color: #6F1521;
}
.TagClassName
{
border-color: #6F1521;
}
</style>