Html Css Color HEX #711214 Red Berry

📋 copy color: '#711214'

red 113 ◦ green 18 ◦ blue 20

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

Shades of Red Berry #711214

Tints of Red Berry #711214

RGB

 RED value IS 113 (44.53% from 255) = 74.83%

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 74.83%
G = 11.92%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711214 (or 0x711214) is known color: Red Berry. HEX triplet: 71, 12 and 14. RGB value is (113,18,20). Sum of RGB (Red+Green+Blue) = 113+18+20=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #711214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711214 is #8EEDEB. Grayscale: #2E2E2E. Windows color (decimal): -9367020 or 1315441. OLE color: 1315441.

HSL color Cylindrical-coordinate representation of color #711214: hue angle of 358.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711214 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 20 -
CMYK 0 0.84 0.82 0.56
HSL 358.74º 0.73% 0.26% -
HSV(B) 358.74º 0.84% 0.44% -
XYZ 7.15 3.99 1.06 -
YUV 46.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 113 18 20 0 0.84 0.82 0.56 358.74 0.73 0.26
Hex 71 12 14 0 54 52 38 167 49 1A
Octal 161 22 24 0 124 122 70 547 111 32
Binary 1110001 10010 10100 0 1010100 1010010 111000 101100111 1001001 11010

Color Harmonies of #711214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711214

Black with #711214

Text Example


Text Example

White with #711214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711214; }

 p { color: rgb(113,18,20); }

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

background-color css

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

 a { background-color: rgb(113,18,20); }

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

border-color css

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

 span { border-color: rgb(113,18,20); }

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