Html Css Color HEX #701123 Red Berry

📋 copy color: '#701123'

red 112 ◦ green 17 ◦ blue 35

#701123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #701123

Tints of Red Berry #701123

RGB

 RED value IS 112 (44.14% from 255) = 68.29%

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 35 (14.06% from 255) = 21.34%

R = 68.29%
G = 10.37%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#701123 (or 0x701123) is known color: Red Berry. HEX triplet: 70, 11 and 23. RGB value is (112,17,35). Sum of RGB (Red+Green+Blue) = 112+17+35=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #701123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701123 is #8FEEDC. Grayscale: #2F2F2F. Windows color (decimal): -9432797 or 2298224. OLE color: 2298224.

HSL color Cylindrical-coordinate representation of color #701123: hue angle of 348.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701123 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 35 -
CMYK 0 0.85 0.69 0.56
HSL 348.63º 0.74% 0.25% -
HSV(B) 348.63º 0.85% 0.44% -
XYZ 7.19 3.97 1.98 -
YUV 47.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 112 17 35 0 0.85 0.69 0.56 348.63 0.74 0.25
Hex 70 11 23 0 55 45 38 15D 4A 19
Octal 160 21 43 0 125 105 70 535 112 31
Binary 1110000 10001 100011 0 1010101 1000101 111000 101011101 1001010 11001

Color Harmonies of #701123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701123

Black with #701123

Text Example


Text Example

White with #701123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701123; }

 p { color: rgb(112,17,35); }

 H1.HeaderClassName
 {
   color: #701123;
 }
 .AnyTagClassName
 {
   color: #701123;
 }
</style>

background-color css

<style>
 a { background-color: #701123; }

 a { background-color: rgb(112,17,35); }

 div.DivClassName
 {
   background-color: #701123;
 }
 .BgClassName
 {
   background-color: #701123;
 }
</style>

border-color css

<style>
 span { border-color: #701123; }

 span { border-color: rgb(112,17,35); }

 td.TdClassName
 {
   border-color: #701123;
 }
 .TagClassName
 {
   border-color: #701123;
 }
</style>