Html Css Color HEX #701421 Red Berry

📋 copy color: '#701421'

red 112 ◦ green 20 ◦ blue 33

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

Shades of Red Berry #701421

Tints of Red Berry #701421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20%

R = 67.88%
G = 12.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#701421 (or 0x701421) is known color: Red Berry. HEX triplet: 70, 14 and 21. RGB value is (112,20,33). Sum of RGB (Red+Green+Blue) = 112+20+33=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #701421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701421 is #8FEBDE. Grayscale: #313131. Windows color (decimal): -9432031 or 2167920. OLE color: 2167920.

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

Color convert

RGB 112 20 33 -
CMYK 0 0.82 0.71 0.56
HSL 351.52º 0.7% 0.26% -
HSV(B) 351.52º 0.82% 0.44% -
XYZ 7.21 4.05 1.84 -
YUV 48.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 112 20 33 0 0.82 0.71 0.56 351.52 0.7 0.26
Hex 70 14 21 0 52 47 38 160 46 1A
Octal 160 24 41 0 122 107 70 540 106 32
Binary 1110000 10100 100001 0 1010010 1000111 111000 101100000 1000110 11010

Color Harmonies of #701421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701421

Black with #701421

Text Example


Text Example

White with #701421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701421; }

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

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

background-color css

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

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

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

border-color css

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

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

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