Shades of Red Berry #7C1525
Tints of Red Berry #7C1525
RGB
CMYK
RGB Variations
Color information
#7C1525 (or 0x7C1525) is known color: Red Berry. HEX triplet: 7C, 15 and 25. RGB value is (124,21,37). Sum of RGB (Red+Green+Blue) = 124+21+37=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1525 is #83EADA. Grayscale: #353535. Windows color (decimal): -8645339 or 2430332. OLE color: 2430332.
HSL color Cylindrical-coordinate representation of color #7C1525: hue angle of 350.68º 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 #7C1525 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 37 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.51 |
| HSL | 350.68º | 0.71% | 0.28% | - |
| HSV(B) | 350.68º | 0.83% | 0.49% | - |
| XYZ | 8.91 | 4.95 | 2.24 | - |
| YUV | 53.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 37 | 0 | 0.83 | 0.70 | 0.51 | 350.68 | 0.71 | 0.28 |
| Hex | 7C | 15 | 25 | 0 | 53 | 46 | 33 | 15F | 47 | 1C |
| Octal | 174 | 25 | 45 | 0 | 123 | 106 | 63 | 537 | 107 | 34 |
| Binary | 1111100 | 10101 | 100101 | 0 | 1010011 | 1000110 | 110011 | 101011111 | 1000111 | 11100 |
Color Harmonies of #7C1525
Complementary color
Monochromatic Colors of #7C1525
Black with #7C1525
Text Example
Text Example
White with #7C1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1525; }
p { color: rgb(124,21,37); }
H1.HeaderClassName
{
color: #7C1525;
}
.AnyTagClassName
{
color: #7C1525;
}
</style>
background-color css
<style>
a { background-color: #7C1525; }
a { background-color: rgb(124,21,37); }
div.DivClassName
{
background-color: #7C1525;
}
.BgClassName
{
background-color: #7C1525;
}
</style>
border-color css
<style>
span { border-color: #7C1525; }
span { border-color: rgb(124,21,37); }
td.TdClassName
{
border-color: #7C1525;
}
.TagClassName
{
border-color: #7C1525;
}
</style>