Shades of Red Berry #6F1421
Tints of Red Berry #6F1421
RGB
CMYK
RGB Variations
Color information
#6F1421 (or 0x6F1421) is known color: Red Berry. HEX triplet: 6F, 14 and 21. RGB value is (111,20,33). Sum of RGB (Red+Green+Blue) = 111+20+33=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1421 is #90EBDE. Grayscale: #303030. Windows color (decimal): -9497567 or 2167919. OLE color: 2167919.
HSL color Cylindrical-coordinate representation of color #6F1421: hue angle of 351.43º 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 #6F1421 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 33 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.56 |
| HSL | 351.43º | 0.69% | 0.26% | - |
| HSV(B) | 351.43º | 0.82% | 0.44% | - |
| XYZ | 7.08 | 3.99 | 1.84 | - |
| YUV | 48.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 33 | 0 | 0.82 | 0.70 | 0.56 | 351.43 | 0.69 | 0.26 |
| Hex | 6F | 14 | 21 | 0 | 52 | 46 | 38 | 15F | 45 | 1A |
| Octal | 157 | 24 | 41 | 0 | 122 | 106 | 70 | 537 | 105 | 32 |
| Binary | 1101111 | 10100 | 100001 | 0 | 1010010 | 1000110 | 111000 | 101011111 | 1000101 | 11010 |
Color Harmonies of #6F1421
Complementary color
Monochromatic Colors of #6F1421
Black with #6F1421
Text Example
Text Example
White with #6F1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1421; }
p { color: rgb(111,20,33); }
H1.HeaderClassName
{
color: #6F1421;
}
.AnyTagClassName
{
color: #6F1421;
}
</style>
background-color css
<style>
a { background-color: #6F1421; }
a { background-color: rgb(111,20,33); }
div.DivClassName
{
background-color: #6F1421;
}
.BgClassName
{
background-color: #6F1421;
}
</style>
border-color css
<style>
span { border-color: #6F1421; }
span { border-color: rgb(111,20,33); }
td.TdClassName
{
border-color: #6F1421;
}
.TagClassName
{
border-color: #6F1421;
}
</style>