Shades of Red Berry #7E1519
Tints of Red Berry #7E1519
RGB
CMYK
RGB Variations
Color information
#7E1519 (or 0x7E1519) is known color: Red Berry. HEX triplet: 7E, 15 and 19. RGB value is (126,21,25). Sum of RGB (Red+Green+Blue) = 126+21+25=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1519 is #81EAE6. Grayscale: #343434. Windows color (decimal): -8514279 or 1643902. OLE color: 1643902.
HSL color Cylindrical-coordinate representation of color #7E1519: hue angle of 357.71º 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 #7E1519 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 25 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.51 |
| HSL | 357.71º | 0.71% | 0.29% | - |
| HSV(B) | 357.71º | 0.83% | 0.49% | - |
| XYZ | 9.05 | 5.04 | 1.42 | - |
| YUV | 52.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 25 | 0 | 0.83 | 0.80 | 0.51 | 357.71 | 0.71 | 0.29 |
| Hex | 7E | 15 | 19 | 0 | 53 | 50 | 33 | 166 | 47 | 1D |
| Octal | 176 | 25 | 31 | 0 | 123 | 120 | 63 | 546 | 107 | 35 |
| Binary | 1111110 | 10101 | 11001 | 0 | 1010011 | 1010000 | 110011 | 101100110 | 1000111 | 11101 |
Color Harmonies of #7E1519
Complementary color
Monochromatic Colors of #7E1519
Black with #7E1519
Text Example
Text Example
White with #7E1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1519; }
p { color: rgb(126,21,25); }
H1.HeaderClassName
{
color: #7E1519;
}
.AnyTagClassName
{
color: #7E1519;
}
</style>
background-color css
<style>
a { background-color: #7E1519; }
a { background-color: rgb(126,21,25); }
div.DivClassName
{
background-color: #7E1519;
}
.BgClassName
{
background-color: #7E1519;
}
</style>
border-color css
<style>
span { border-color: #7E1519; }
span { border-color: rgb(126,21,25); }
td.TdClassName
{
border-color: #7E1519;
}
.TagClassName
{
border-color: #7E1519;
}
</style>