Shades of Red Berry #7E1923
Tints of Red Berry #7E1923
RGB
CMYK
RGB Variations
Color information
#7E1923 (or 0x7E1923) is known color: Red Berry. HEX triplet: 7E, 19 and 23. RGB value is (126,25,35). Sum of RGB (Red+Green+Blue) = 126+25+35=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1923 is #81E6DC. Grayscale: #383838. Windows color (decimal): -8513245 or 2300286. OLE color: 2300286.
HSL color Cylindrical-coordinate representation of color #7E1923: hue angle of 354.06º 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 #7E1923 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 35 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.51 |
| HSL | 354.06º | 0.67% | 0.3% | - |
| HSV(B) | 354.06º | 0.8% | 0.49% | - |
| XYZ | 9.26 | 5.25 | 2.12 | - |
| YUV | 56.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 35 | 0 | 0.80 | 0.72 | 0.51 | 354.06 | 0.67 | 0.3 |
| Hex | 7E | 19 | 23 | 0 | 50 | 48 | 33 | 162 | 43 | 1E |
| Octal | 176 | 31 | 43 | 0 | 120 | 110 | 63 | 542 | 103 | 36 |
| Binary | 1111110 | 11001 | 100011 | 0 | 1010000 | 1001000 | 110011 | 101100010 | 1000011 | 11110 |
Color Harmonies of #7E1923
Complementary color
Monochromatic Colors of #7E1923
Black with #7E1923
Text Example
Text Example
White with #7E1923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1923; }
p { color: rgb(126,25,35); }
H1.HeaderClassName
{
color: #7E1923;
}
.AnyTagClassName
{
color: #7E1923;
}
</style>
background-color css
<style>
a { background-color: #7E1923; }
a { background-color: rgb(126,25,35); }
div.DivClassName
{
background-color: #7E1923;
}
.BgClassName
{
background-color: #7E1923;
}
</style>
border-color css
<style>
span { border-color: #7E1923; }
span { border-color: rgb(126,25,35); }
td.TdClassName
{
border-color: #7E1923;
}
.TagClassName
{
border-color: #7E1923;
}
</style>