Shades of Red Berry #701A24
Tints of Red Berry #701A24
RGB
CMYK
RGB Variations
Color information
#701A24 (or 0x701A24) is known color: Red Berry. HEX triplet: 70, 1A and 24. RGB value is (112,26,36). Sum of RGB (Red+Green+Blue) = 112+26+36=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #701A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A24 is #8FE5DB. Grayscale: #343434. Windows color (decimal): -9430492 or 2366064. OLE color: 2366064.
HSL color Cylindrical-coordinate representation of color #701A24: hue angle of 353.02º 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 #701A24 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 26 | 36 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.56 |
| HSL | 353.02º | 0.62% | 0.27% | - |
| HSV(B) | 353.02º | 0.77% | 0.44% | - |
| XYZ | 7.37 | 4.31 | 2.11 | - |
| YUV | 52.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 36 | 0 | 0.77 | 0.68 | 0.56 | 353.02 | 0.62 | 0.27 |
| Hex | 70 | 1A | 24 | 0 | 4D | 44 | 38 | 161 | 3E | 1B |
| Octal | 160 | 32 | 44 | 0 | 115 | 104 | 70 | 541 | 76 | 33 |
| Binary | 1110000 | 11010 | 100100 | 0 | 1001101 | 1000100 | 111000 | 101100001 | 111110 | 11011 |
Color Harmonies of #701A24
Complementary color
Monochromatic Colors of #701A24
Black with #701A24
Text Example
Text Example
White with #701A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A24; }
p { color: rgb(112,26,36); }
H1.HeaderClassName
{
color: #701A24;
}
.AnyTagClassName
{
color: #701A24;
}
</style>
background-color css
<style>
a { background-color: #701A24; }
a { background-color: rgb(112,26,36); }
div.DivClassName
{
background-color: #701A24;
}
.BgClassName
{
background-color: #701A24;
}
</style>
border-color css
<style>
span { border-color: #701A24; }
span { border-color: rgb(112,26,36); }
td.TdClassName
{
border-color: #701A24;
}
.TagClassName
{
border-color: #701A24;
}
</style>