Shades of Red Berry #701A25
Tints of Red Berry #701A25
RGB
CMYK
RGB Variations
Color information
#701A25 (or 0x701A25) is known color: Red Berry. HEX triplet: 70, 1A and 25. RGB value is (112,26,37). Sum of RGB (Red+Green+Blue) = 112+26+37=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #701A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A25 is #8FE5DA. Grayscale: #353535. Windows color (decimal): -9430491 or 2431600. OLE color: 2431600.
HSL color Cylindrical-coordinate representation of color #701A25: hue angle of 352.33º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A25 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 37 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.56 |
| HSL | 352.33º | 0.62% | 0.27% | - |
| HSV(B) | 352.33º | 0.77% | 0.44% | - |
| XYZ | 7.39 | 4.32 | 2.19 | - |
| YUV | 52.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 37 | 0 | 0.77 | 0.67 | 0.56 | 352.33 | 0.62 | 0.27 |
| Hex | 70 | 1A | 25 | 0 | 4D | 43 | 38 | 160 | 3E | 1B |
| Octal | 160 | 32 | 45 | 0 | 115 | 103 | 70 | 540 | 76 | 33 |
| Binary | 1110000 | 11010 | 100101 | 0 | 1001101 | 1000011 | 111000 | 101100000 | 111110 | 11011 |
Color Harmonies of #701A25
Complementary color
Monochromatic Colors of #701A25
Black with #701A25
Text Example
Text Example
White with #701A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A25; }
p { color: rgb(112,26,37); }
H1.HeaderClassName
{
color: #701A25;
}
.AnyTagClassName
{
color: #701A25;
}
</style>
background-color css
<style>
a { background-color: #701A25; }
a { background-color: rgb(112,26,37); }
div.DivClassName
{
background-color: #701A25;
}
.BgClassName
{
background-color: #701A25;
}
</style>
border-color css
<style>
span { border-color: #701A25; }
span { border-color: rgb(112,26,37); }
td.TdClassName
{
border-color: #701A25;
}
.TagClassName
{
border-color: #701A25;
}
</style>