Shades of Red Berry #7C2025
Tints of Red Berry #7C2025
RGB
CMYK
RGB Variations
Color information
#7C2025 (or 0x7C2025) is known color: Red Berry. HEX triplet: 7C, 20 and 25. RGB value is (124,32,37). Sum of RGB (Red+Green+Blue) = 124+32+37=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2025 is #83DFDA. Grayscale: #3C3C3C. Windows color (decimal): -8642523 or 2433148. OLE color: 2433148.
HSL color Cylindrical-coordinate representation of color #7C2025: hue angle of 356.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2025 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 37 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.51 |
| HSL | 356.74º | 0.59% | 0.31% | - |
| HSV(B) | 356.74º | 0.74% | 0.49% | - |
| XYZ | 9.16 | 5.45 | 2.32 | - |
| YUV | 60.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 37 | 0 | 0.74 | 0.70 | 0.51 | 356.74 | 0.59 | 0.31 |
| Hex | 7C | 20 | 25 | 0 | 4A | 46 | 33 | 165 | 3B | 1F |
| Octal | 174 | 40 | 45 | 0 | 112 | 106 | 63 | 545 | 73 | 37 |
| Binary | 1111100 | 100000 | 100101 | 0 | 1001010 | 1000110 | 110011 | 101100101 | 111011 | 11111 |
Color Harmonies of #7C2025
Complementary color
Monochromatic Colors of #7C2025
Black with #7C2025
Text Example
Text Example
White with #7C2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2025; }
p { color: rgb(124,32,37); }
H1.HeaderClassName
{
color: #7C2025;
}
.AnyTagClassName
{
color: #7C2025;
}
</style>
background-color css
<style>
a { background-color: #7C2025; }
a { background-color: rgb(124,32,37); }
div.DivClassName
{
background-color: #7C2025;
}
.BgClassName
{
background-color: #7C2025;
}
</style>
border-color css
<style>
span { border-color: #7C2025; }
span { border-color: rgb(124,32,37); }
td.TdClassName
{
border-color: #7C2025;
}
.TagClassName
{
border-color: #7C2025;
}
</style>