Html Css Color HEX #701418 Red Berry

📋 copy color: '#701418'

red 112 ◦ green 20 ◦ blue 24

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

Shades of Red Berry #701418

Tints of Red Berry #701418

RGB

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

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

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

R = 71.79%
G = 12.82%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701418 (or 0x701418) is known color: Red Berry. HEX triplet: 70, 14 and 18. RGB value is (112,20,24). Sum of RGB (Red+Green+Blue) = 112+20+24=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701418 is #8FEBE7. Grayscale: #303030. Windows color (decimal): -9432040 or 1578096. OLE color: 1578096.

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

Color convert

RGB 112 20 24 -
CMYK 0 0.82 0.79 0.56
HSL 357.39º 0.7% 0.26% -
HSV(B) 357.39º 0.82% 0.44% -
XYZ 7.1 4.01 1.26 -
YUV 47.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 112 20 24 0 0.82 0.79 0.56 357.39 0.7 0.26
Hex 70 14 18 0 52 4F 38 165 46 1A
Octal 160 24 30 0 122 117 70 545 106 32
Binary 1110000 10100 11000 0 1010010 1001111 111000 101100101 1000110 11010

Color Harmonies of #701418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701418

Black with #701418

Text Example


Text Example

White with #701418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701418; }

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

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

background-color css

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

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

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

border-color css

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

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

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