Html Css Color HEX #70121E Red Berry

📋 copy color: '#70121E'

red 112 ◦ green 18 ◦ blue 30

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

Shades of Red Berry #70121E

Tints of Red Berry #70121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 70%
G = 11.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70121E (or 0x70121E) is known color: Red Berry. HEX triplet: 70, 12 and 1E. RGB value is (112,18,30). Sum of RGB (Red+Green+Blue) = 112+18+30=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70121E is #8FEDE1. Grayscale: #2F2F2F. Windows color (decimal): -9432546 or 1970800. OLE color: 1970800.

HSL color Cylindrical-coordinate representation of color #70121E: hue angle of 352.34º 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 #70121E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 30 -
CMYK 0 0.84 0.73 0.56
HSL 352.34º 0.72% 0.25% -
HSV(B) 352.34º 0.84% 0.44% -
XYZ 7.13 3.97 1.62 -
YUV 47.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 112 18 30 0 0.84 0.73 0.56 352.34 0.72 0.25
Hex 70 12 1E 0 54 49 38 160 48 19
Octal 160 22 36 0 124 111 70 540 110 31
Binary 1110000 10010 11110 0 1010100 1001001 111000 101100000 1001000 11001

Color Harmonies of #70121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70121E

Black with #70121E

Text Example


Text Example

White with #70121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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