Shades of Red Berry #701C1D
Tints of Red Berry #701C1D
RGB
CMYK
RGB Variations
Color information
#701C1D (or 0x701C1D) is known color: Red Berry. HEX triplet: 70, 1C and 1D. RGB value is (112,28,29). Sum of RGB (Red+Green+Blue) = 112+28+29=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C1D is #8FE3E2. Grayscale: #353535. Windows color (decimal): -9429987 or 1907824. OLE color: 1907824.
HSL color Cylindrical-coordinate representation of color #701C1D: hue angle of 359.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C1D is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 29 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.56 |
| HSL | 359.29º | 0.6% | 0.27% | - |
| HSV(B) | 359.29º | 0.75% | 0.44% | - |
| XYZ | 7.32 | 4.36 | 1.62 | - |
| YUV | 53.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 29 | 0 | 0.75 | 0.74 | 0.56 | 359.29 | 0.6 | 0.27 |
| Hex | 70 | 1C | 1D | 0 | 4B | 4A | 38 | 167 | 3C | 1B |
| Octal | 160 | 34 | 35 | 0 | 113 | 112 | 70 | 547 | 74 | 33 |
| Binary | 1110000 | 11100 | 11101 | 0 | 1001011 | 1001010 | 111000 | 101100111 | 111100 | 11011 |
Color Harmonies of #701C1D
Complementary color
Monochromatic Colors of #701C1D
Black with #701C1D
Text Example
Text Example
White with #701C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C1D; }
p { color: rgb(112,28,29); }
H1.HeaderClassName
{
color: #701C1D;
}
.AnyTagClassName
{
color: #701C1D;
}
</style>
background-color css
<style>
a { background-color: #701C1D; }
a { background-color: rgb(112,28,29); }
div.DivClassName
{
background-color: #701C1D;
}
.BgClassName
{
background-color: #701C1D;
}
</style>
border-color css
<style>
span { border-color: #701C1D; }
span { border-color: rgb(112,28,29); }
td.TdClassName
{
border-color: #701C1D;
}
.TagClassName
{
border-color: #701C1D;
}
</style>