Html Css Color HEX #701314 Red Berry

📋 copy color: '#701314'

red 112 ◦ green 19 ◦ blue 20

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

Shades of Red Berry #701314

Tints of Red Berry #701314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 74.17%
G = 12.58%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#701314 (or 0x701314) is known color: Red Berry. HEX triplet: 70, 13 and 14. RGB value is (112,19,20). Sum of RGB (Red+Green+Blue) = 112+19+20=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701314 is #8FECEB. Grayscale: #2F2F2F. Windows color (decimal): -9432300 or 1315696. OLE color: 1315696.

HSL color Cylindrical-coordinate representation of color #701314: hue angle of 359.35º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701314 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 20 -
CMYK 0 0.83 0.82 0.56
HSL 359.35º 0.71% 0.26% -
HSV(B) 359.35º 0.83% 0.44% -
XYZ 7.04 3.96 1.06 -
YUV 46.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 112 19 20 0 0.83 0.82 0.56 359.35 0.71 0.26
Hex 70 13 14 0 53 52 38 167 47 1A
Octal 160 23 24 0 123 122 70 547 107 32
Binary 1110000 10011 10100 0 1010011 1010010 111000 101100111 1000111 11010

Color Harmonies of #701314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701314

Black with #701314

Text Example


Text Example

White with #701314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701314; }

 p { color: rgb(112,19,20); }

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

background-color css

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

 a { background-color: rgb(112,19,20); }

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

border-color css

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

 span { border-color: rgb(112,19,20); }

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