Shades of Red Berry #7C1521
Tints of Red Berry #7C1521
RGB
CMYK
RGB Variations
Color information
#7C1521 (or 0x7C1521) is known color: Red Berry. HEX triplet: 7C, 15 and 21. RGB value is (124,21,33). Sum of RGB (Red+Green+Blue) = 124+21+33=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1521 is #83EADE. Grayscale: #353535. Windows color (decimal): -8645343 or 2168188. OLE color: 2168188.
HSL color Cylindrical-coordinate representation of color #7C1521: hue angle of 353.01º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1521 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 33 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.51 |
| HSL | 353.01º | 0.71% | 0.28% | - |
| HSV(B) | 353.01º | 0.83% | 0.49% | - |
| XYZ | 8.85 | 4.93 | 1.92 | - |
| YUV | 53.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 33 | 0 | 0.83 | 0.73 | 0.51 | 353.01 | 0.71 | 0.28 |
| Hex | 7C | 15 | 21 | 0 | 53 | 49 | 33 | 161 | 47 | 1C |
| Octal | 174 | 25 | 41 | 0 | 123 | 111 | 63 | 541 | 107 | 34 |
| Binary | 1111100 | 10101 | 100001 | 0 | 1010011 | 1001001 | 110011 | 101100001 | 1000111 | 11100 |
Color Harmonies of #7C1521
Complementary color
Monochromatic Colors of #7C1521
Black with #7C1521
Text Example
Text Example
White with #7C1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1521; }
p { color: rgb(124,21,33); }
H1.HeaderClassName
{
color: #7C1521;
}
.AnyTagClassName
{
color: #7C1521;
}
</style>
background-color css
<style>
a { background-color: #7C1521; }
a { background-color: rgb(124,21,33); }
div.DivClassName
{
background-color: #7C1521;
}
.BgClassName
{
background-color: #7C1521;
}
</style>
border-color css
<style>
span { border-color: #7C1521; }
span { border-color: rgb(124,21,33); }
td.TdClassName
{
border-color: #7C1521;
}
.TagClassName
{
border-color: #7C1521;
}
</style>