Html Css Color HEX #711225 Red Berry

📋 copy color: '#711225'

red 113 ◦ green 18 ◦ blue 37

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

Shades of Red Berry #711225

Tints of Red Berry #711225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 67.26%
G = 10.71%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#711225 (or 0x711225) is known color: Red Berry. HEX triplet: 71, 12 and 25. RGB value is (113,18,37). Sum of RGB (Red+Green+Blue) = 113+18+37=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711225 is #8EEDDA. Grayscale: #303030. Windows color (decimal): -9367003 or 2429553. OLE color: 2429553.

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

Color convert

RGB 113 18 37 -
CMYK 0 0.84 0.67 0.56
HSL 348º 0.73% 0.26% -
HSV(B) 348º 0.84% 0.44% -
XYZ 7.36 4.08 2.15 -
YUV 48.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 113 18 37 0 0.84 0.67 0.56 348 0.73 0.26
Hex 71 12 25 0 54 43 38 15C 49 1A
Octal 161 22 45 0 124 103 70 534 111 32
Binary 1110001 10010 100101 0 1010100 1000011 111000 101011100 1001001 11010

Color Harmonies of #711225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711225

Black with #711225

Text Example


Text Example

White with #711225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711225; }

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

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

background-color css

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

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

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

border-color css

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

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

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