Html Css Color HEX #701117 Red Berry

📋 copy color: '#701117'

red 112 ◦ green 17 ◦ blue 23

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

Shades of Red Berry #701117

Tints of Red Berry #701117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 73.68%
G = 11.18%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701117 (or 0x701117) is known color: Red Berry. HEX triplet: 70, 11 and 17. RGB value is (112,17,23). Sum of RGB (Red+Green+Blue) = 112+17+23=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #701117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701117 is #8FEEE8. Grayscale: #2E2E2E. Windows color (decimal): -9432809 or 1511792. OLE color: 1511792.

HSL color Cylindrical-coordinate representation of color #701117: hue angle of 356.21º 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 #701117 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 23 -
CMYK 0 0.85 0.79 0.56
HSL 356.21º 0.74% 0.25% -
HSV(B) 356.21º 0.85% 0.44% -
XYZ 7.04 3.91 1.19 -
YUV 46.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 112 17 23 0 0.85 0.79 0.56 356.21 0.74 0.25
Hex 70 11 17 0 55 4F 38 164 4A 19
Octal 160 21 27 0 125 117 70 544 112 31
Binary 1110000 10001 10111 0 1010101 1001111 111000 101100100 1001010 11001

Color Harmonies of #701117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701117

Black with #701117

Text Example


Text Example

White with #701117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701117; }

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

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

background-color css

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

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

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

border-color css

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

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

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