Shades of Red Berry #7E1A25
Tints of Red Berry #7E1A25
RGB
CMYK
RGB Variations
Color information
#7E1A25 (or 0x7E1A25) is known color: Red Berry. HEX triplet: 7E, 1A and 25. RGB value is (126,26,37). Sum of RGB (Red+Green+Blue) = 126+26+37=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1A25 is #81E5DA. Grayscale: #393939. Windows color (decimal): -8512987 or 2431614. OLE color: 2431614.
HSL color Cylindrical-coordinate representation of color #7E1A25: hue angle of 353.4º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1A25 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 26 | 37 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.51 |
| HSL | 353.4º | 0.66% | 0.3% | - |
| HSV(B) | 353.4º | 0.79% | 0.49% | - |
| XYZ | 9.31 | 5.31 | 2.28 | - |
| YUV | 57.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 26 | 37 | 0 | 0.79 | 0.71 | 0.51 | 353.4 | 0.66 | 0.3 |
| Hex | 7E | 1A | 25 | 0 | 4F | 47 | 33 | 161 | 42 | 1E |
| Octal | 176 | 32 | 45 | 0 | 117 | 107 | 63 | 541 | 102 | 36 |
| Binary | 1111110 | 11010 | 100101 | 0 | 1001111 | 1000111 | 110011 | 101100001 | 1000010 | 11110 |
Color Harmonies of #7E1A25
Complementary color
Monochromatic Colors of #7E1A25
Black with #7E1A25
Text Example
Text Example
White with #7E1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1A25; }
p { color: rgb(126,26,37); }
H1.HeaderClassName
{
color: #7E1A25;
}
.AnyTagClassName
{
color: #7E1A25;
}
</style>
background-color css
<style>
a { background-color: #7E1A25; }
a { background-color: rgb(126,26,37); }
div.DivClassName
{
background-color: #7E1A25;
}
.BgClassName
{
background-color: #7E1A25;
}
</style>
border-color css
<style>
span { border-color: #7E1A25; }
span { border-color: rgb(126,26,37); }
td.TdClassName
{
border-color: #7E1A25;
}
.TagClassName
{
border-color: #7E1A25;
}
</style>