Html Css Color HEX #701417 Red Berry

📋 copy color: '#701417'

red 112 ◦ green 20 ◦ blue 23

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

Shades of Red Berry #701417

Tints of Red Berry #701417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 72.26%
G = 12.9%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701417 (or 0x701417) is known color: Red Berry. HEX triplet: 70, 14 and 17. RGB value is (112,20,23). Sum of RGB (Red+Green+Blue) = 112+20+23=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701417 is #8FEBE8. Grayscale: #2F2F2F. Windows color (decimal): -9432041 or 1512560. OLE color: 1512560.

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

Color convert

RGB 112 20 23 -
CMYK 0 0.82 0.79 0.56
HSL 358.04º 0.7% 0.26% -
HSV(B) 358.04º 0.82% 0.44% -
XYZ 7.09 4.01 1.21 -
YUV 47.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 112 20 23 0 0.82 0.79 0.56 358.04 0.7 0.26
Hex 70 14 17 0 52 4F 38 166 46 1A
Octal 160 24 27 0 122 117 70 546 106 32
Binary 1110000 10100 10111 0 1010010 1001111 111000 101100110 1000110 11010

Color Harmonies of #701417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701417

Black with #701417

Text Example


Text Example

White with #701417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701417; }

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

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

background-color css

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

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

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

border-color css

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

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

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