Shades of Red Berry #6F1424
Tints of Red Berry #6F1424
RGB
CMYK
RGB Variations
Color information
#6F1424 (or 0x6F1424) is known color: Red Berry. HEX triplet: 6F, 14 and 24. RGB value is (111,20,36). Sum of RGB (Red+Green+Blue) = 111+20+36=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1424 is #90EBDB. Grayscale: #313131. Windows color (decimal): -9497564 or 2364527. OLE color: 2364527.
HSL color Cylindrical-coordinate representation of color #6F1424: hue angle of 349.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1424 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 36 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.56 |
| HSL | 349.45º | 0.69% | 0.26% | - |
| HSV(B) | 349.45º | 0.82% | 0.44% | - |
| XYZ | 7.12 | 4.01 | 2.07 | - |
| YUV | 49.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 36 | 0 | 0.82 | 0.68 | 0.56 | 349.45 | 0.69 | 0.26 |
| Hex | 6F | 14 | 24 | 0 | 52 | 44 | 38 | 15D | 45 | 1A |
| Octal | 157 | 24 | 44 | 0 | 122 | 104 | 70 | 535 | 105 | 32 |
| Binary | 1101111 | 10100 | 100100 | 0 | 1010010 | 1000100 | 111000 | 101011101 | 1000101 | 11010 |
Color Harmonies of #6F1424
Complementary color
Monochromatic Colors of #6F1424
Black with #6F1424
Text Example
Text Example
White with #6F1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1424; }
p { color: rgb(111,20,36); }
H1.HeaderClassName
{
color: #6F1424;
}
.AnyTagClassName
{
color: #6F1424;
}
</style>
background-color css
<style>
a { background-color: #6F1424; }
a { background-color: rgb(111,20,36); }
div.DivClassName
{
background-color: #6F1424;
}
.BgClassName
{
background-color: #6F1424;
}
</style>
border-color css
<style>
span { border-color: #6F1424; }
span { border-color: rgb(111,20,36); }
td.TdClassName
{
border-color: #6F1424;
}
.TagClassName
{
border-color: #6F1424;
}
</style>