Shades of Red Berry #7D1225
Tints of Red Berry #7D1225
RGB
CMYK
RGB Variations
Color information
#7D1225 (or 0x7D1225) is known color: Red Berry. HEX triplet: 7D, 12 and 25. RGB value is (125,18,37). Sum of RGB (Red+Green+Blue) = 125+18+37=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1225 is #82EDDA. Grayscale: #343434. Windows color (decimal): -8580571 or 2429565. OLE color: 2429565.
HSL color Cylindrical-coordinate representation of color #7D1225: hue angle of 349.35º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1225 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 18 | 37 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.51 |
| HSL | 349.35º | 0.75% | 0.28% | - |
| HSV(B) | 349.35º | 0.86% | 0.49% | - |
| XYZ | 9.01 | 4.93 | 2.23 | - |
| YUV | 52.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 37 | 0 | 0.86 | 0.70 | 0.51 | 349.35 | 0.75 | 0.28 |
| Hex | 7D | 12 | 25 | 0 | 56 | 46 | 33 | 15D | 4B | 1C |
| Octal | 175 | 22 | 45 | 0 | 126 | 106 | 63 | 535 | 113 | 34 |
| Binary | 1111101 | 10010 | 100101 | 0 | 1010110 | 1000110 | 110011 | 101011101 | 1001011 | 11100 |
Color Harmonies of #7D1225
Complementary color
Monochromatic Colors of #7D1225
Black with #7D1225
Text Example
Text Example
White with #7D1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1225; }
p { color: rgb(125,18,37); }
H1.HeaderClassName
{
color: #7D1225;
}
.AnyTagClassName
{
color: #7D1225;
}
</style>
background-color css
<style>
a { background-color: #7D1225; }
a { background-color: rgb(125,18,37); }
div.DivClassName
{
background-color: #7D1225;
}
.BgClassName
{
background-color: #7D1225;
}
</style>
border-color css
<style>
span { border-color: #7D1225; }
span { border-color: rgb(125,18,37); }
td.TdClassName
{
border-color: #7D1225;
}
.TagClassName
{
border-color: #7D1225;
}
</style>