Shades of Red Berry #740E12
Tints of Red Berry #740E12
RGB
CMYK
RGB Variations
Color information
#740E12 (or 0x740E12) is known color: Red Berry. HEX triplet: 74, 0E and 12. RGB value is (116,14,18). Sum of RGB (Red+Green+Blue) = 116+14+18=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #740E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740E12 is #8BF1ED. Grayscale: #2D2D2D. Windows color (decimal): -9171438 or 1183348. OLE color: 1183348.
HSL color Cylindrical-coordinate representation of color #740E12: hue angle of 357.65º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E12 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 18 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.55 |
| HSL | 357.65º | 0.78% | 0.25% | - |
| HSV(B) | 357.65º | 0.88% | 0.45% | - |
| XYZ | 7.47 | 4.07 | 0.96 | - |
| YUV | 44.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 18 | 0 | 0.88 | 0.84 | 0.55 | 357.65 | 0.78 | 0.25 |
| Hex | 74 | E | 12 | 0 | 58 | 54 | 37 | 166 | 4E | 19 |
| Octal | 164 | 16 | 22 | 0 | 130 | 124 | 67 | 546 | 116 | 31 |
| Binary | 1110100 | 1110 | 10010 | 0 | 1011000 | 1010100 | 110111 | 101100110 | 1001110 | 11001 |
Color Harmonies of #740E12
Complementary color
Monochromatic Colors of #740E12
Black with #740E12
Text Example
Text Example
White with #740E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E12; }
p { color: rgb(116,14,18); }
H1.HeaderClassName
{
color: #740E12;
}
.AnyTagClassName
{
color: #740E12;
}
</style>
background-color css
<style>
a { background-color: #740E12; }
a { background-color: rgb(116,14,18); }
div.DivClassName
{
background-color: #740E12;
}
.BgClassName
{
background-color: #740E12;
}
</style>
border-color css
<style>
span { border-color: #740E12; }
span { border-color: rgb(116,14,18); }
td.TdClassName
{
border-color: #740E12;
}
.TagClassName
{
border-color: #740E12;
}
</style>