Shades of Red Berry #701C23
Tints of Red Berry #701C23
RGB
CMYK
RGB Variations
Color information
#701C23 (or 0x701C23) is known color: Red Berry. HEX triplet: 70, 1C and 23. RGB value is (112,28,35). Sum of RGB (Red+Green+Blue) = 112+28+35=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #701C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C23 is #8FE3DC. Grayscale: #353535. Windows color (decimal): -9429981 or 2301040. OLE color: 2301040.
HSL color Cylindrical-coordinate representation of color #701C23: hue angle of 355º 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 #701C23 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 35 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.56 |
| HSL | 355º | 0.6% | 0.27% | - |
| HSV(B) | 355º | 0.75% | 0.44% | - |
| XYZ | 7.4 | 4.4 | 2.05 | - |
| YUV | 53.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 35 | 0 | 0.75 | 0.69 | 0.56 | 355 | 0.6 | 0.27 |
| Hex | 70 | 1C | 23 | 0 | 4B | 45 | 38 | 163 | 3C | 1B |
| Octal | 160 | 34 | 43 | 0 | 113 | 105 | 70 | 543 | 74 | 33 |
| Binary | 1110000 | 11100 | 100011 | 0 | 1001011 | 1000101 | 111000 | 101100011 | 111100 | 11011 |
Color Harmonies of #701C23
Complementary color
Monochromatic Colors of #701C23
Black with #701C23
Text Example
Text Example
White with #701C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C23; }
p { color: rgb(112,28,35); }
H1.HeaderClassName
{
color: #701C23;
}
.AnyTagClassName
{
color: #701C23;
}
</style>
background-color css
<style>
a { background-color: #701C23; }
a { background-color: rgb(112,28,35); }
div.DivClassName
{
background-color: #701C23;
}
.BgClassName
{
background-color: #701C23;
}
</style>
border-color css
<style>
span { border-color: #701C23; }
span { border-color: rgb(112,28,35); }
td.TdClassName
{
border-color: #701C23;
}
.TagClassName
{
border-color: #701C23;
}
</style>