Html Css Color HEX #701415 Red Berry

📋 copy color: '#701415'

red 112 ◦ green 20 ◦ blue 21

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

Shades of Red Berry #701415

Tints of Red Berry #701415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 73.2%
G = 13.07%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#701415 (or 0x701415) is known color: Red Berry. HEX triplet: 70, 14 and 15. RGB value is (112,20,21). Sum of RGB (Red+Green+Blue) = 112+20+21=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701415 is #8FEBEA. Grayscale: #2F2F2F. Windows color (decimal): -9432043 or 1381488. OLE color: 1381488.

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

Color convert

RGB 112 20 21 -
CMYK 0 0.82 0.81 0.56
HSL 359.35º 0.7% 0.26% -
HSV(B) 359.35º 0.82% 0.44% -
XYZ 7.07 4 1.11 -
YUV 47.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 112 20 21 0 0.82 0.81 0.56 359.35 0.7 0.26
Hex 70 14 15 0 52 51 38 167 46 1A
Octal 160 24 25 0 122 121 70 547 106 32
Binary 1110000 10100 10101 0 1010010 1010001 111000 101100111 1000110 11010

Color Harmonies of #701415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701415

Black with #701415

Text Example


Text Example

White with #701415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701415; }

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

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

background-color css

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

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

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

border-color css

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

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

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