Shades of Red Berry #7D1C24
Tints of Red Berry #7D1C24
RGB
CMYK
RGB Variations
Color information
#7D1C24 (or 0x7D1C24) is known color: Red Berry. HEX triplet: 7D, 1C and 24. RGB value is (125,28,36). Sum of RGB (Red+Green+Blue) = 125+28+36=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C24 is #82E3DB. Grayscale: #393939. Windows color (decimal): -8578012 or 2366589. OLE color: 2366589.
HSL color Cylindrical-coordinate representation of color #7D1C24: hue angle of 355.05º 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 #7D1C24 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 36 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.51 |
| HSL | 355.05º | 0.63% | 0.3% | - |
| HSV(B) | 355.05º | 0.78% | 0.49% | - |
| XYZ | 9.19 | 5.32 | 2.21 | - |
| YUV | 57.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 36 | 0 | 0.78 | 0.71 | 0.51 | 355.05 | 0.63 | 0.3 |
| Hex | 7D | 1C | 24 | 0 | 4E | 47 | 33 | 163 | 3F | 1E |
| Octal | 175 | 34 | 44 | 0 | 116 | 107 | 63 | 543 | 77 | 36 |
| Binary | 1111101 | 11100 | 100100 | 0 | 1001110 | 1000111 | 110011 | 101100011 | 111111 | 11110 |
Color Harmonies of #7D1C24
Complementary color
Monochromatic Colors of #7D1C24
Black with #7D1C24
Text Example
Text Example
White with #7D1C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C24; }
p { color: rgb(125,28,36); }
H1.HeaderClassName
{
color: #7D1C24;
}
.AnyTagClassName
{
color: #7D1C24;
}
</style>
background-color css
<style>
a { background-color: #7D1C24; }
a { background-color: rgb(125,28,36); }
div.DivClassName
{
background-color: #7D1C24;
}
.BgClassName
{
background-color: #7D1C24;
}
</style>
border-color css
<style>
span { border-color: #7D1C24; }
span { border-color: rgb(125,28,36); }
td.TdClassName
{
border-color: #7D1C24;
}
.TagClassName
{
border-color: #7D1C24;
}
</style>