Shades of Red Berry #7E151C
Tints of Red Berry #7E151C
RGB
CMYK
RGB Variations
Color information
#7E151C (or 0x7E151C) is known color: Red Berry. HEX triplet: 7E, 15 and 1C. RGB value is (126,21,28). Sum of RGB (Red+Green+Blue) = 126+21+28=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E151C is #81EAE3. Grayscale: #353535. Windows color (decimal): -8514276 or 1840510. OLE color: 1840510.
HSL color Cylindrical-coordinate representation of color #7E151C: hue angle of 356º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E151C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 28 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.51 |
| HSL | 356º | 0.71% | 0.29% | - |
| HSV(B) | 356º | 0.83% | 0.49% | - |
| XYZ | 9.08 | 5.06 | 1.6 | - |
| YUV | 53.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 28 | 0 | 0.83 | 0.78 | 0.51 | 356 | 0.71 | 0.29 |
| Hex | 7E | 15 | 1C | 0 | 53 | 4E | 33 | 164 | 47 | 1D |
| Octal | 176 | 25 | 34 | 0 | 123 | 116 | 63 | 544 | 107 | 35 |
| Binary | 1111110 | 10101 | 11100 | 0 | 1010011 | 1001110 | 110011 | 101100100 | 1000111 | 11101 |
Color Harmonies of #7E151C
Complementary color
Monochromatic Colors of #7E151C
Black with #7E151C
Text Example
Text Example
White with #7E151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E151C; }
p { color: rgb(126,21,28); }
H1.HeaderClassName
{
color: #7E151C;
}
.AnyTagClassName
{
color: #7E151C;
}
</style>
background-color css
<style>
a { background-color: #7E151C; }
a { background-color: rgb(126,21,28); }
div.DivClassName
{
background-color: #7E151C;
}
.BgClassName
{
background-color: #7E151C;
}
</style>
border-color css
<style>
span { border-color: #7E151C; }
span { border-color: rgb(126,21,28); }
td.TdClassName
{
border-color: #7E151C;
}
.TagClassName
{
border-color: #7E151C;
}
</style>