Html Css Color HEX #71111D Red Berry

📋 copy color: '#71111D'

red 113 ◦ green 17 ◦ blue 29

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

Shades of Red Berry #71111D

Tints of Red Berry #71111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 71.07%
G = 10.69%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71111D (or 0x71111D) is known color: Red Berry. HEX triplet: 71, 11 and 1D. RGB value is (113,17,29). Sum of RGB (Red+Green+Blue) = 113+17+29=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71111D is #8EEEE2. Grayscale: #2F2F2F. Windows color (decimal): -9367267 or 1905009. OLE color: 1905009.

HSL color Cylindrical-coordinate representation of color #71111D: hue angle of 352.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71111D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 29 -
CMYK 0 0.85 0.74 0.56
HSL 352.5º 0.74% 0.25% -
HSV(B) 352.5º 0.85% 0.44% -
XYZ 7.23 4 1.55 -
YUV 47.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 113 17 29 0 0.85 0.74 0.56 352.5 0.74 0.25
Hex 71 11 1D 0 55 4A 38 160 4A 19
Octal 161 21 35 0 125 112 70 540 112 31
Binary 1110001 10001 11101 0 1010101 1001010 111000 101100000 1001010 11001

Color Harmonies of #71111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71111D

Black with #71111D

Text Example


Text Example

White with #71111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71111D; }

 p { color: rgb(113,17,29); }

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

background-color css

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

 a { background-color: rgb(113,17,29); }

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

border-color css

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

 span { border-color: rgb(113,17,29); }

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