Shades of Red Berry #701C28
Tints of Red Berry #701C28
RGB
CMYK
RGB Variations
Color information
#701C28 (or 0x701C28) is known color: Red Berry. HEX triplet: 70, 1C and 28. RGB value is (112,28,40). Sum of RGB (Red+Green+Blue) = 112+28+40=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #701C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C28 is #8FE3D7. Grayscale: #363636. Windows color (decimal): -9429976 or 2628720. OLE color: 2628720.
HSL color Cylindrical-coordinate representation of color #701C28: hue angle of 351.43º 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 #701C28 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 40 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.56 |
| HSL | 351.43º | 0.6% | 0.27% | - |
| HSV(B) | 351.43º | 0.75% | 0.44% | - |
| XYZ | 7.48 | 4.43 | 2.47 | - |
| YUV | 54.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 40 | 0 | 0.75 | 0.64 | 0.56 | 351.43 | 0.6 | 0.27 |
| Hex | 70 | 1C | 28 | 0 | 4B | 40 | 38 | 15F | 3C | 1B |
| Octal | 160 | 34 | 50 | 0 | 113 | 100 | 70 | 537 | 74 | 33 |
| Binary | 1110000 | 11100 | 101000 | 0 | 1001011 | 1000000 | 111000 | 101011111 | 111100 | 11011 |
Color Harmonies of #701C28
Complementary color
Monochromatic Colors of #701C28
Black with #701C28
Text Example
Text Example
White with #701C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C28; }
p { color: rgb(112,28,40); }
H1.HeaderClassName
{
color: #701C28;
}
.AnyTagClassName
{
color: #701C28;
}
</style>
background-color css
<style>
a { background-color: #701C28; }
a { background-color: rgb(112,28,40); }
div.DivClassName
{
background-color: #701C28;
}
.BgClassName
{
background-color: #701C28;
}
</style>
border-color css
<style>
span { border-color: #701C28; }
span { border-color: rgb(112,28,40); }
td.TdClassName
{
border-color: #701C28;
}
.TagClassName
{
border-color: #701C28;
}
</style>