Shades of Red Berry #7E1925
Tints of Red Berry #7E1925
RGB
CMYK
RGB Variations
Color information
#7E1925 (or 0x7E1925) is known color: Red Berry. HEX triplet: 7E, 19 and 25. RGB value is (126,25,37). Sum of RGB (Red+Green+Blue) = 126+25+37=188 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.02% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1925 is #81E6DA. Grayscale: #383838. Windows color (decimal): -8513243 or 2431358. OLE color: 2431358.
HSL color Cylindrical-coordinate representation of color #7E1925: hue angle of 352.87º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1925 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 37 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.51 |
| HSL | 352.87º | 0.67% | 0.3% | - |
| HSV(B) | 352.87º | 0.8% | 0.49% | - |
| XYZ | 9.29 | 5.26 | 2.28 | - |
| YUV | 56.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 37 | 0 | 0.80 | 0.71 | 0.51 | 352.87 | 0.67 | 0.3 |
| Hex | 7E | 19 | 25 | 0 | 50 | 47 | 33 | 161 | 43 | 1E |
| Octal | 176 | 31 | 45 | 0 | 120 | 107 | 63 | 541 | 103 | 36 |
| Binary | 1111110 | 11001 | 100101 | 0 | 1010000 | 1000111 | 110011 | 101100001 | 1000011 | 11110 |
Color Harmonies of #7E1925
Complementary color
Monochromatic Colors of #7E1925
Black with #7E1925
Text Example
Text Example
White with #7E1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1925; }
p { color: rgb(126,25,37); }
H1.HeaderClassName
{
color: #7E1925;
}
.AnyTagClassName
{
color: #7E1925;
}
</style>
background-color css
<style>
a { background-color: #7E1925; }
a { background-color: rgb(126,25,37); }
div.DivClassName
{
background-color: #7E1925;
}
.BgClassName
{
background-color: #7E1925;
}
</style>
border-color css
<style>
span { border-color: #7E1925; }
span { border-color: rgb(126,25,37); }
td.TdClassName
{
border-color: #7E1925;
}
.TagClassName
{
border-color: #7E1925;
}
</style>