Shades of Red Berry #701D24
Tints of Red Berry #701D24
RGB
CMYK
RGB Variations
Color information
#701D24 (or 0x701D24) is known color: Red Berry. HEX triplet: 70, 1D and 24. RGB value is (112,29,36). Sum of RGB (Red+Green+Blue) = 112+29+36=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #701D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D24 is #8FE2DB. Grayscale: #363636. Windows color (decimal): -9429724 or 2366832. OLE color: 2366832.
HSL color Cylindrical-coordinate representation of color #701D24: hue angle of 354.94º 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 #701D24 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 36 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.56 |
| HSL | 354.94º | 0.59% | 0.28% | - |
| HSV(B) | 354.94º | 0.74% | 0.44% | - |
| XYZ | 7.44 | 4.45 | 2.14 | - |
| YUV | 54.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 36 | 0 | 0.74 | 0.68 | 0.56 | 354.94 | 0.59 | 0.28 |
| Hex | 70 | 1D | 24 | 0 | 4A | 44 | 38 | 163 | 3B | 1C |
| Octal | 160 | 35 | 44 | 0 | 112 | 104 | 70 | 543 | 73 | 34 |
| Binary | 1110000 | 11101 | 100100 | 0 | 1001010 | 1000100 | 111000 | 101100011 | 111011 | 11100 |
Color Harmonies of #701D24
Complementary color
Monochromatic Colors of #701D24
Black with #701D24
Text Example
Text Example
White with #701D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D24; }
p { color: rgb(112,29,36); }
H1.HeaderClassName
{
color: #701D24;
}
.AnyTagClassName
{
color: #701D24;
}
</style>
background-color css
<style>
a { background-color: #701D24; }
a { background-color: rgb(112,29,36); }
div.DivClassName
{
background-color: #701D24;
}
.BgClassName
{
background-color: #701D24;
}
</style>
border-color css
<style>
span { border-color: #701D24; }
span { border-color: rgb(112,29,36); }
td.TdClassName
{
border-color: #701D24;
}
.TagClassName
{
border-color: #701D24;
}
</style>