Html Css Color HEX #701E26 Red Berry

📋 copy color: '#701E26'

red 112 ◦ green 30 ◦ blue 38

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

Shades of Red Berry #701E26

Tints of Red Berry #701E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 62.22%
G = 16.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#701E26 (or 0x701E26) is known color: Red Berry. HEX triplet: 70, 1E and 26. RGB value is (112,30,38). Sum of RGB (Red+Green+Blue) = 112+30+38=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #701E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E26 is #8FE1D9. Grayscale: #373737. Windows color (decimal): -9429466 or 2498160. OLE color: 2498160.

HSL color Cylindrical-coordinate representation of color #701E26: hue angle of 354.15º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E26 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 30 38 -
CMYK 0 0.73 0.66 0.56
HSL 354.15º 0.58% 0.28% -
HSV(B) 354.15º 0.73% 0.44% -
XYZ 7.5 4.51 2.31 -
YUV 55.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 112 30 38 0 0.73 0.66 0.56 354.15 0.58 0.28
Hex 70 1E 26 0 49 42 38 162 3A 1C
Octal 160 36 46 0 111 102 70 542 72 34
Binary 1110000 11110 100110 0 1001001 1000010 111000 101100010 111010 11100

Color Harmonies of #701E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E26

Black with #701E26

Text Example


Text Example

White with #701E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701E26; }

 p { color: rgb(112,30,38); }

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

background-color css

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

 a { background-color: rgb(112,30,38); }

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

border-color css

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

 span { border-color: rgb(112,30,38); }

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