Html Css Color HEX #701318 Red Berry

📋 copy color: '#701318'

red 112 ◦ green 19 ◦ blue 24

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

Shades of Red Berry #701318

Tints of Red Berry #701318

RGB

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

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

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

R = 72.26%
G = 12.26%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701318 (or 0x701318) is known color: Red Berry. HEX triplet: 70, 13 and 18. RGB value is (112,19,24). Sum of RGB (Red+Green+Blue) = 112+19+24=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701318 is #8FECE7. Grayscale: #2F2F2F. Windows color (decimal): -9432296 or 1577840. OLE color: 1577840.

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

Color convert

RGB 112 19 24 -
CMYK 0 0.83 0.79 0.56
HSL 356.77º 0.71% 0.26% -
HSV(B) 356.77º 0.83% 0.44% -
XYZ 7.08 3.98 1.26 -
YUV 47.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 112 19 24 0 0.83 0.79 0.56 356.77 0.71 0.26
Hex 70 13 18 0 53 4F 38 165 47 1A
Octal 160 23 30 0 123 117 70 545 107 32
Binary 1110000 10011 11000 0 1010011 1001111 111000 101100101 1000111 11010

Color Harmonies of #701318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701318

Black with #701318

Text Example


Text Example

White with #701318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701318; }

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

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

background-color css

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

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

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

border-color css

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

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

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