Shades of Red Berry #6F1E21
Tints of Red Berry #6F1E21
RGB
CMYK
RGB Variations
Color information
#6F1E21 (or 0x6F1E21) is known color: Red Berry. HEX triplet: 6F, 1E and 21. RGB value is (111,30,33). Sum of RGB (Red+Green+Blue) = 111+30+33=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E21 is #90E1DE. Grayscale: #363636. Windows color (decimal): -9495007 or 2170479. OLE color: 2170479.
HSL color Cylindrical-coordinate representation of color #6F1E21: hue angle of 357.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E21 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 33 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.56 |
| HSL | 357.78º | 0.57% | 0.28% | - |
| HSV(B) | 357.78º | 0.73% | 0.44% | - |
| XYZ | 7.29 | 4.42 | 1.91 | - |
| YUV | 54.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 33 | 0 | 0.73 | 0.70 | 0.56 | 357.78 | 0.57 | 0.28 |
| Hex | 6F | 1E | 21 | 0 | 49 | 46 | 38 | 166 | 39 | 1C |
| Octal | 157 | 36 | 41 | 0 | 111 | 106 | 70 | 546 | 71 | 34 |
| Binary | 1101111 | 11110 | 100001 | 0 | 1001001 | 1000110 | 111000 | 101100110 | 111001 | 11100 |
Color Harmonies of #6F1E21
Complementary color
Monochromatic Colors of #6F1E21
Black with #6F1E21
Text Example
Text Example
White with #6F1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E21; }
p { color: rgb(111,30,33); }
H1.HeaderClassName
{
color: #6F1E21;
}
.AnyTagClassName
{
color: #6F1E21;
}
</style>
background-color css
<style>
a { background-color: #6F1E21; }
a { background-color: rgb(111,30,33); }
div.DivClassName
{
background-color: #6F1E21;
}
.BgClassName
{
background-color: #6F1E21;
}
</style>
border-color css
<style>
span { border-color: #6F1E21; }
span { border-color: rgb(111,30,33); }
td.TdClassName
{
border-color: #6F1E21;
}
.TagClassName
{
border-color: #6F1E21;
}
</style>