Html Css Color HEX #70121D Red Berry

📋 copy color: '#70121D'

red 112 ◦ green 18 ◦ blue 29

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

Shades of Red Berry #70121D

Tints of Red Berry #70121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 70.44%
G = 11.32%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70121D (or 0x70121D) is known color: Red Berry. HEX triplet: 70, 12 and 1D. RGB value is (112,18,29). Sum of RGB (Red+Green+Blue) = 112+18+29=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70121D is #8FEDE2. Grayscale: #2F2F2F. Windows color (decimal): -9432547 or 1905264. OLE color: 1905264.

HSL color Cylindrical-coordinate representation of color #70121D: hue angle of 352.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70121D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 29 -
CMYK 0 0.84 0.74 0.56
HSL 352.98º 0.72% 0.25% -
HSV(B) 352.98º 0.84% 0.44% -
XYZ 7.12 3.97 1.55 -
YUV 47.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 112 18 29 0 0.84 0.74 0.56 352.98 0.72 0.25
Hex 70 12 1D 0 54 4A 38 161 48 19
Octal 160 22 35 0 124 112 70 541 110 31
Binary 1110000 10010 11101 0 1010100 1001010 111000 101100001 1001000 11001

Color Harmonies of #70121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70121D

Black with #70121D

Text Example


Text Example

White with #70121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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