Shades of Red Berry #7D1C26
Tints of Red Berry #7D1C26
RGB
CMYK
RGB Variations
Color information
#7D1C26 (or 0x7D1C26) is known color: Red Berry. HEX triplet: 7D, 1C and 26. RGB value is (125,28,38). Sum of RGB (Red+Green+Blue) = 125+28+38=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C26 is #82E3D9. Grayscale: #3A3A3A. Windows color (decimal): -8578010 or 2497661. OLE color: 2497661.
HSL color Cylindrical-coordinate representation of color #7D1C26: hue angle of 353.81º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C26 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 38 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.51 |
| HSL | 353.81º | 0.63% | 0.3% | - |
| HSV(B) | 353.81º | 0.78% | 0.49% | - |
| XYZ | 9.22 | 5.33 | 2.38 | - |
| YUV | 58.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 38 | 0 | 0.78 | 0.70 | 0.51 | 353.81 | 0.63 | 0.3 |
| Hex | 7D | 1C | 26 | 0 | 4E | 46 | 33 | 162 | 3F | 1E |
| Octal | 175 | 34 | 46 | 0 | 116 | 106 | 63 | 542 | 77 | 36 |
| Binary | 1111101 | 11100 | 100110 | 0 | 1001110 | 1000110 | 110011 | 101100010 | 111111 | 11110 |
Color Harmonies of #7D1C26
Complementary color
Monochromatic Colors of #7D1C26
Black with #7D1C26
Text Example
Text Example
White with #7D1C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C26; }
p { color: rgb(125,28,38); }
H1.HeaderClassName
{
color: #7D1C26;
}
.AnyTagClassName
{
color: #7D1C26;
}
</style>
background-color css
<style>
a { background-color: #7D1C26; }
a { background-color: rgb(125,28,38); }
div.DivClassName
{
background-color: #7D1C26;
}
.BgClassName
{
background-color: #7D1C26;
}
</style>
border-color css
<style>
span { border-color: #7D1C26; }
span { border-color: rgb(125,28,38); }
td.TdClassName
{
border-color: #7D1C26;
}
.TagClassName
{
border-color: #7D1C26;
}
</style>