Shades of Red Berry #7E141C
Tints of Red Berry #7E141C
RGB
CMYK
RGB Variations
Color information
#7E141C (or 0x7E141C) is known color: Red Berry. HEX triplet: 7E, 14 and 1C. RGB value is (126,20,28). Sum of RGB (Red+Green+Blue) = 126+20+28=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E141C is #81EBE3. Grayscale: #343434. Windows color (decimal): -8514532 or 1840254. OLE color: 1840254.
HSL color Cylindrical-coordinate representation of color #7E141C: hue angle of 355.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E141C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 20 | 28 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.51 |
| HSL | 355.47º | 0.73% | 0.29% | - |
| HSV(B) | 355.47º | 0.84% | 0.49% | - |
| XYZ | 9.06 | 5.02 | 1.59 | - |
| YUV | 52.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 20 | 28 | 0 | 0.84 | 0.78 | 0.51 | 355.47 | 0.73 | 0.29 |
| Hex | 7E | 14 | 1C | 0 | 54 | 4E | 33 | 163 | 49 | 1D |
| Octal | 176 | 24 | 34 | 0 | 124 | 116 | 63 | 543 | 111 | 35 |
| Binary | 1111110 | 10100 | 11100 | 0 | 1010100 | 1001110 | 110011 | 101100011 | 1001001 | 11101 |
Color Harmonies of #7E141C
Complementary color
Monochromatic Colors of #7E141C
Black with #7E141C
Text Example
Text Example
White with #7E141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E141C; }
p { color: rgb(126,20,28); }
H1.HeaderClassName
{
color: #7E141C;
}
.AnyTagClassName
{
color: #7E141C;
}
</style>
background-color css
<style>
a { background-color: #7E141C; }
a { background-color: rgb(126,20,28); }
div.DivClassName
{
background-color: #7E141C;
}
.BgClassName
{
background-color: #7E141C;
}
</style>
border-color css
<style>
span { border-color: #7E141C; }
span { border-color: rgb(126,20,28); }
td.TdClassName
{
border-color: #7E141C;
}
.TagClassName
{
border-color: #7E141C;
}
</style>