Shades of Red Berry #6F1C26
Tints of Red Berry #6F1C26
RGB
CMYK
RGB Variations
Color information
#6F1C26 (or 0x6F1C26) is known color: Red Berry. HEX triplet: 6F, 1C and 26. RGB value is (111,28,38). Sum of RGB (Red+Green+Blue) = 111+28+38=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C26 is #90E3D9. Grayscale: #353535. Windows color (decimal): -9495514 or 2497647. OLE color: 2497647.
HSL color Cylindrical-coordinate representation of color #6F1C26: hue angle of 352.77º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C26 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 38 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.56 |
| HSL | 352.77º | 0.6% | 0.27% | - |
| HSV(B) | 352.77º | 0.75% | 0.44% | - |
| XYZ | 7.32 | 4.35 | 2.29 | - |
| YUV | 53.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 38 | 0 | 0.75 | 0.66 | 0.56 | 352.77 | 0.6 | 0.27 |
| Hex | 6F | 1C | 26 | 0 | 4B | 42 | 38 | 161 | 3C | 1B |
| Octal | 157 | 34 | 46 | 0 | 113 | 102 | 70 | 541 | 74 | 33 |
| Binary | 1101111 | 11100 | 100110 | 0 | 1001011 | 1000010 | 111000 | 101100001 | 111100 | 11011 |
Color Harmonies of #6F1C26
Complementary color
Monochromatic Colors of #6F1C26
Black with #6F1C26
Text Example
Text Example
White with #6F1C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C26; }
p { color: rgb(111,28,38); }
H1.HeaderClassName
{
color: #6F1C26;
}
.AnyTagClassName
{
color: #6F1C26;
}
</style>
background-color css
<style>
a { background-color: #6F1C26; }
a { background-color: rgb(111,28,38); }
div.DivClassName
{
background-color: #6F1C26;
}
.BgClassName
{
background-color: #6F1C26;
}
</style>
border-color css
<style>
span { border-color: #6F1C26; }
span { border-color: rgb(111,28,38); }
td.TdClassName
{
border-color: #6F1C26;
}
.TagClassName
{
border-color: #6F1C26;
}
</style>