Shades of Red Berry #701D1F
Tints of Red Berry #701D1F
RGB
CMYK
RGB Variations
Color information
#701D1F (or 0x701D1F) is known color: Red Berry. HEX triplet: 70, 1D and 1F. RGB value is (112,29,31). Sum of RGB (Red+Green+Blue) = 112+29+31=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #701D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D1F is #8FE2E0. Grayscale: #363636. Windows color (decimal): -9429729 or 2039152. OLE color: 2039152.
HSL color Cylindrical-coordinate representation of color #701D1F: hue angle of 358.55º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D1F is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 31 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.56 |
| HSL | 358.55º | 0.59% | 0.28% | - |
| HSV(B) | 358.55º | 0.74% | 0.44% | - |
| XYZ | 7.37 | 4.42 | 1.76 | - |
| YUV | 54.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 31 | 0 | 0.74 | 0.72 | 0.56 | 358.55 | 0.59 | 0.28 |
| Hex | 70 | 1D | 1F | 0 | 4A | 48 | 38 | 167 | 3B | 1C |
| Octal | 160 | 35 | 37 | 0 | 112 | 110 | 70 | 547 | 73 | 34 |
| Binary | 1110000 | 11101 | 11111 | 0 | 1001010 | 1001000 | 111000 | 101100111 | 111011 | 11100 |
Color Harmonies of #701D1F
Complementary color
Monochromatic Colors of #701D1F
Black with #701D1F
Text Example
Text Example
White with #701D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D1F; }
p { color: rgb(112,29,31); }
H1.HeaderClassName
{
color: #701D1F;
}
.AnyTagClassName
{
color: #701D1F;
}
</style>
background-color css
<style>
a { background-color: #701D1F; }
a { background-color: rgb(112,29,31); }
div.DivClassName
{
background-color: #701D1F;
}
.BgClassName
{
background-color: #701D1F;
}
</style>
border-color css
<style>
span { border-color: #701D1F; }
span { border-color: rgb(112,29,31); }
td.TdClassName
{
border-color: #701D1F;
}
.TagClassName
{
border-color: #701D1F;
}
</style>