#70111D

Color #70111D Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #70111D

Tints of Red Berry #70111D

Color information

#70111D (or 0x70111D) is unknown color: approx Red Berry. HEX triplet: 70, 11 and 1D. RGB value is (112,17,29). Sum of RGB (Red+Green+Blue) = 112+17+29=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70111D is #8FEEE2. Grayscale: #2E2E2E. Windows color (decimal): -9432803 or 1905008. OLE color: 1905008.

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

Color convert

RGB1121729-
CMYK00.850.740.56
HSL352.42º73.64%25.29%-
HSV(B)352.42º84.82%43.92%-
XYZ7.13.931.55-
YUV46.77117.97174.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=70.89%
G=10.76%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112172900.850.740.56352.4273.6425.29
Hex70111D0554A381604a19
Octal160213501251127054011231
Binary11100001000111101010101011001010111000101100000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70111D; }

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

 H1.HeaderClassName
 {
   color: #70111D;
 }
 .AnyTagClassName
 {
   color: #70111D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #70111D;
 }
 .BgClassName
 {
   background-color: #70111D;
 }
</style>
border-color css

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

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

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