Shades of Red Berry #74111D
Tints of Red Berry #74111D
RGB
CMYK
RGB Variations
Color information
#74111D (or 0x74111D) is known color: Red Berry. HEX triplet: 74, 11 and 1D. RGB value is (116,17,29). Sum of RGB (Red+Green+Blue) = 116+17+29=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74111D is #8BEEE2. Grayscale: #303030. Windows color (decimal): -9170659 or 1905012. OLE color: 1905012.
HSL color Cylindrical-coordinate representation of color #74111D: hue angle of 352.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74111D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 29 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.55 |
| HSL | 352.73º | 0.74% | 0.26% | - |
| HSV(B) | 352.73º | 0.85% | 0.45% | - |
| XYZ | 7.62 | 4.2 | 1.57 | - |
| YUV | 47.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 29 | 0 | 0.85 | 0.75 | 0.55 | 352.73 | 0.74 | 0.26 |
| Hex | 74 | 11 | 1D | 0 | 55 | 4B | 37 | 161 | 4A | 1A |
| Octal | 164 | 21 | 35 | 0 | 125 | 113 | 67 | 541 | 112 | 32 |
| Binary | 1110100 | 10001 | 11101 | 0 | 1010101 | 1001011 | 110111 | 101100001 | 1001010 | 11010 |
Color Harmonies of #74111D
Complementary color
Monochromatic Colors of #74111D
Black with #74111D
Text Example
Text Example
White with #74111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74111D; }
p { color: rgb(116,17,29); }
H1.HeaderClassName
{
color: #74111D;
}
.AnyTagClassName
{
color: #74111D;
}
</style>
background-color css
<style>
a { background-color: #74111D; }
a { background-color: rgb(116,17,29); }
div.DivClassName
{
background-color: #74111D;
}
.BgClassName
{
background-color: #74111D;
}
</style>
border-color css
<style>
span { border-color: #74111D; }
span { border-color: rgb(116,17,29); }
td.TdClassName
{
border-color: #74111D;
}
.TagClassName
{
border-color: #74111D;
}
</style>