Shades of Red Berry #7D1428
Tints of Red Berry #7D1428
RGB
CMYK
RGB Variations
Color information
#7D1428 (or 0x7D1428) is known color: Red Berry. HEX triplet: 7D, 14 and 28. RGB value is (125,20,40). Sum of RGB (Red+Green+Blue) = 125+20+40=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1428 is #82EBD7. Grayscale: #353535. Windows color (decimal): -8580056 or 2626685. OLE color: 2626685.
HSL color Cylindrical-coordinate representation of color #7D1428: hue angle of 348.57º 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 #7D1428 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 40 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.51 |
| HSL | 348.57º | 0.72% | 0.28% | - |
| HSV(B) | 348.57º | 0.84% | 0.49% | - |
| XYZ | 9.09 | 5.01 | 2.5 | - |
| YUV | 53.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 40 | 0 | 0.84 | 0.68 | 0.51 | 348.57 | 0.72 | 0.28 |
| Hex | 7D | 14 | 28 | 0 | 54 | 44 | 33 | 15D | 48 | 1C |
| Octal | 175 | 24 | 50 | 0 | 124 | 104 | 63 | 535 | 110 | 34 |
| Binary | 1111101 | 10100 | 101000 | 0 | 1010100 | 1000100 | 110011 | 101011101 | 1001000 | 11100 |
Color Harmonies of #7D1428
Complementary color
Monochromatic Colors of #7D1428
Black with #7D1428
Text Example
Text Example
White with #7D1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1428; }
p { color: rgb(125,20,40); }
H1.HeaderClassName
{
color: #7D1428;
}
.AnyTagClassName
{
color: #7D1428;
}
</style>
background-color css
<style>
a { background-color: #7D1428; }
a { background-color: rgb(125,20,40); }
div.DivClassName
{
background-color: #7D1428;
}
.BgClassName
{
background-color: #7D1428;
}
</style>
border-color css
<style>
span { border-color: #7D1428; }
span { border-color: rgb(125,20,40); }
td.TdClassName
{
border-color: #7D1428;
}
.TagClassName
{
border-color: #7D1428;
}
</style>