Html Css Color HEX #701115 Red Berry

📋 copy color: '#701115'

red 112 ◦ green 17 ◦ blue 21

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

Shades of Red Berry #701115

Tints of Red Berry #701115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 74.67%
G = 11.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#701115 (or 0x701115) is known color: Red Berry. HEX triplet: 70, 11 and 15. RGB value is (112,17,21). Sum of RGB (Red+Green+Blue) = 112+17+21=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701115 is #8FEEEA. Grayscale: #2D2D2D. Windows color (decimal): -9432811 or 1380720. OLE color: 1380720.

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

Color convert

RGB 112 17 21 -
CMYK 0 0.85 0.81 0.56
HSL 357.47º 0.74% 0.25% -
HSV(B) 357.47º 0.85% 0.44% -
XYZ 7.02 3.9 1.09 -
YUV 45.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 112 17 21 0 0.85 0.81 0.56 357.47 0.74 0.25
Hex 70 11 15 0 55 51 38 165 4A 19
Octal 160 21 25 0 125 121 70 545 112 31
Binary 1110000 10001 10101 0 1010101 1010001 111000 101100101 1001010 11001

Color Harmonies of #701115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701115

Black with #701115

Text Example


Text Example

White with #701115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701115; }

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

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

background-color css

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

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

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

border-color css

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

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

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