Shades of Red Berry #7D1424
Tints of Red Berry #7D1424
RGB
CMYK
RGB Variations
Color information
#7D1424 (or 0x7D1424) is known color: Red Berry. HEX triplet: 7D, 14 and 24. RGB value is (125,20,36). Sum of RGB (Red+Green+Blue) = 125+20+36=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1424 is #82EBDB. Grayscale: #353535. Windows color (decimal): -8580060 or 2364541. OLE color: 2364541.
HSL color Cylindrical-coordinate representation of color #7D1424: hue angle of 350.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1424 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 36 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.51 |
| HSL | 350.86º | 0.72% | 0.28% | - |
| HSV(B) | 350.86º | 0.84% | 0.49% | - |
| XYZ | 9.03 | 4.99 | 2.16 | - |
| YUV | 53.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 36 | 0 | 0.84 | 0.71 | 0.51 | 350.86 | 0.72 | 0.28 |
| Hex | 7D | 14 | 24 | 0 | 54 | 47 | 33 | 15F | 48 | 1C |
| Octal | 175 | 24 | 44 | 0 | 124 | 107 | 63 | 537 | 110 | 34 |
| Binary | 1111101 | 10100 | 100100 | 0 | 1010100 | 1000111 | 110011 | 101011111 | 1001000 | 11100 |
Color Harmonies of #7D1424
Complementary color
Monochromatic Colors of #7D1424
Black with #7D1424
Text Example
Text Example
White with #7D1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1424; }
p { color: rgb(125,20,36); }
H1.HeaderClassName
{
color: #7D1424;
}
.AnyTagClassName
{
color: #7D1424;
}
</style>
background-color css
<style>
a { background-color: #7D1424; }
a { background-color: rgb(125,20,36); }
div.DivClassName
{
background-color: #7D1424;
}
.BgClassName
{
background-color: #7D1424;
}
</style>
border-color css
<style>
span { border-color: #7D1424; }
span { border-color: rgb(125,20,36); }
td.TdClassName
{
border-color: #7D1424;
}
.TagClassName
{
border-color: #7D1424;
}
</style>