Html Css Color HEX #701E24 Red Berry

📋 copy color: '#701E24'

red 112 ◦ green 30 ◦ blue 36

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

Shades of Red Berry #701E24

Tints of Red Berry #701E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.85%

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 62.92%
G = 16.85%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#701E24 (or 0x701E24) is known color: Red Berry. HEX triplet: 70, 1E and 24. RGB value is (112,30,36). Sum of RGB (Red+Green+Blue) = 112+30+36=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #701E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E24 is #8FE1DB. Grayscale: #373737. Windows color (decimal): -9429468 or 2367088. OLE color: 2367088.

HSL color Cylindrical-coordinate representation of color #701E24: hue angle of 355.61º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E24 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 30 36 -
CMYK 0 0.73 0.68 0.56
HSL 355.61º 0.58% 0.28% -
HSV(B) 355.61º 0.73% 0.44% -
XYZ 7.46 4.5 2.14 -
YUV 55.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 112 30 36 0 0.73 0.68 0.56 355.61 0.58 0.28
Hex 70 1E 24 0 49 44 38 164 3A 1C
Octal 160 36 44 0 111 104 70 544 72 34
Binary 1110000 11110 100100 0 1001001 1000100 111000 101100100 111010 11100

Color Harmonies of #701E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E24

Black with #701E24

Text Example


Text Example

White with #701E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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