Shades of Red Berry #7C1214
Tints of Red Berry #7C1214
RGB
CMYK
RGB Variations
Color information
#7C1214 (or 0x7C1214) is known color: Red Berry. HEX triplet: 7C, 12 and 14. RGB value is (124,18,20). Sum of RGB (Red+Green+Blue) = 124+18+20=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1214 is #83EDEB. Grayscale: #323232. Windows color (decimal): -8646124 or 1315452. OLE color: 1315452.
HSL color Cylindrical-coordinate representation of color #7C1214: hue angle of 358.87º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1214 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 20 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.51 |
| HSL | 358.87º | 0.75% | 0.28% | - |
| HSV(B) | 358.87º | 0.85% | 0.49% | - |
| XYZ | 8.65 | 4.77 | 1.13 | - |
| YUV | 49.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 20 | 0 | 0.85 | 0.84 | 0.51 | 358.87 | 0.75 | 0.28 |
| Hex | 7C | 12 | 14 | 0 | 55 | 54 | 33 | 167 | 4B | 1C |
| Octal | 174 | 22 | 24 | 0 | 125 | 124 | 63 | 547 | 113 | 34 |
| Binary | 1111100 | 10010 | 10100 | 0 | 1010101 | 1010100 | 110011 | 101100111 | 1001011 | 11100 |
Color Harmonies of #7C1214
Complementary color
Monochromatic Colors of #7C1214
Black with #7C1214
Text Example
Text Example
White with #7C1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1214; }
p { color: rgb(124,18,20); }
H1.HeaderClassName
{
color: #7C1214;
}
.AnyTagClassName
{
color: #7C1214;
}
</style>
background-color css
<style>
a { background-color: #7C1214; }
a { background-color: rgb(124,18,20); }
div.DivClassName
{
background-color: #7C1214;
}
.BgClassName
{
background-color: #7C1214;
}
</style>
border-color css
<style>
span { border-color: #7C1214; }
span { border-color: rgb(124,18,20); }
td.TdClassName
{
border-color: #7C1214;
}
.TagClassName
{
border-color: #7C1214;
}
</style>