Html Css Color HEX #70141F Red Berry

📋 copy color: '#70141F'

red 112 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #70141F

Tints of Red Berry #70141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 68.71%
G = 12.27%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70141F (or 0x70141F) is known color: Red Berry. HEX triplet: 70, 14 and 1F. RGB value is (112,20,31). Sum of RGB (Red+Green+Blue) = 112+20+31=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141F is #8FEBE0. Grayscale: #303030. Windows color (decimal): -9432033 or 2036848. OLE color: 2036848.

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

Color convert

RGB 112 20 31 -
CMYK 0 0.82 0.72 0.56
HSL 352.83º 0.7% 0.26% -
HSV(B) 352.83º 0.82% 0.44% -
XYZ 7.18 4.04 1.7 -
YUV 48.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 112 20 31 0 0.82 0.72 0.56 352.83 0.7 0.26
Hex 70 14 1F 0 52 48 38 161 46 1A
Octal 160 24 37 0 122 110 70 541 106 32
Binary 1110000 10100 11111 0 1010010 1001000 111000 101100001 1000110 11010

Color Harmonies of #70141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70141F

Black with #70141F

Text Example


Text Example

White with #70141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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