Html Css Color HEX #711C1E Red Berry

📋 copy color: '#711C1E'

red 113 ◦ green 28 ◦ blue 30

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

Shades of Red Berry #711C1E

Tints of Red Berry #711C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.37%

 BLUE value IS 30 (12.11% from 255) = 17.54%

R = 66.08%
G = 16.37%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#711C1E (or 0x711C1E) is known color: Red Berry. HEX triplet: 71, 1C and 1E. RGB value is (113,28,30). Sum of RGB (Red+Green+Blue) = 113+28+30=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #711C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C1E is #8EE3E1. Grayscale: #353535. Windows color (decimal): -9364450 or 1973361. OLE color: 1973361.

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

Color convert

RGB 113 28 30 -
CMYK 0 0.75 0.73 0.56
HSL 358.59º 0.6% 0.28% -
HSV(B) 358.59º 0.75% 0.44% -
XYZ 7.46 4.43 1.69 -
YUV 53.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 113 28 30 0 0.75 0.73 0.56 358.59 0.6 0.28
Hex 71 1C 1E 0 4B 49 38 167 3C 1C
Octal 161 34 36 0 113 111 70 547 74 34
Binary 1110001 11100 11110 0 1001011 1001001 111000 101100111 111100 11100

Color Harmonies of #711C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C1E

Black with #711C1E

Text Example


Text Example

White with #711C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C1E; }

 p { color: rgb(113,28,30); }

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

background-color css

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

 a { background-color: rgb(113,28,30); }

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

border-color css

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

 span { border-color: rgb(113,28,30); }

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