Html Css Color HEX #701225 Red Berry

📋 copy color: '#701225'

red 112 ◦ green 18 ◦ blue 37

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

Shades of Red Berry #701225

Tints of Red Berry #701225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.16%

R = 67.07%
G = 10.78%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#701225 (or 0x701225) is known color: Red Berry. HEX triplet: 70, 12 and 25. RGB value is (112,18,37). Sum of RGB (Red+Green+Blue) = 112+18+37=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701225 is #8FEDDA. Grayscale: #303030. Windows color (decimal): -9432539 or 2429552. OLE color: 2429552.

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

Color convert

RGB 112 18 37 -
CMYK 0 0.84 0.67 0.56
HSL 347.87º 0.72% 0.25% -
HSV(B) 347.87º 0.84% 0.44% -
XYZ 7.23 4.01 2.14 -
YUV 48.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 112 18 37 0 0.84 0.67 0.56 347.87 0.72 0.25
Hex 70 12 25 0 54 43 38 15C 48 19
Octal 160 22 45 0 124 103 70 534 110 31
Binary 1110000 10010 100101 0 1010100 1000011 111000 101011100 1001000 11001

Color Harmonies of #701225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701225

Black with #701225

Text Example


Text Example

White with #701225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701225; }

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

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

background-color css

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

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

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

border-color css

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

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

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