Html Css Color HEX #701118 Red Berry

📋 copy color: '#701118'

red 112 ◦ green 17 ◦ blue 24

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

Shades of Red Berry #701118

Tints of Red Berry #701118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 73.2%
G = 11.11%
B = 15.69%

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

#701118 (or 0x701118) is known color: Red Berry. HEX triplet: 70, 11 and 18. RGB value is (112,17,24). Sum of RGB (Red+Green+Blue) = 112+17+24=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701118 is #8FEEE7. Grayscale: #2E2E2E. Windows color (decimal): -9432808 or 1577328. OLE color: 1577328.

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

Color convert

RGB 112 17 24 -
CMYK 0 0.85 0.79 0.56
HSL 355.58º 0.74% 0.25% -
HSV(B) 355.58º 0.85% 0.44% -
XYZ 7.05 3.91 1.25 -
YUV 46.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 112 17 24 0 0.85 0.79 0.56 355.58 0.74 0.25
Hex 70 11 18 0 55 4F 38 164 4A 19
Octal 160 21 30 0 125 117 70 544 112 31
Binary 1110000 10001 11000 0 1010101 1001111 111000 101100100 1001010 11001

Color Harmonies of #701118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701118

Black with #701118

Text Example


Text Example

White with #701118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701118; }

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

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

background-color css

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

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

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

border-color css

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

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

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