Html Css Color HEX #72111E Red Berry

📋 copy color: '#72111E'

red 114 ◦ green 17 ◦ blue 30

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

Shades of Red Berry #72111E

Tints of Red Berry #72111E

RGB

 RED value IS 114 (44.92% from 255) = 70.81%

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

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

R = 70.81%
G = 10.56%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72111E (or 0x72111E) is known color: Red Berry. HEX triplet: 72, 11 and 1E. RGB value is (114,17,30). Sum of RGB (Red+Green+Blue) = 114+17+30=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72111E is #8DEEE1. Grayscale: #2F2F2F. Windows color (decimal): -9301730 or 1970546. OLE color: 1970546.

HSL color Cylindrical-coordinate representation of color #72111E: hue angle of 351.96º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72111E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 30 -
CMYK 0 0.85 0.74 0.55
HSL 351.96º 0.74% 0.26% -
HSV(B) 351.96º 0.85% 0.45% -
XYZ 7.37 4.07 1.63 -
YUV 47.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 114 17 30 0 0.85 0.74 0.55 351.96 0.74 0.26
Hex 72 11 1E 0 55 4A 37 160 4A 1A
Octal 162 21 36 0 125 112 67 540 112 32
Binary 1110010 10001 11110 0 1010101 1001010 110111 101100000 1001010 11010

Color Harmonies of #72111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72111E

Black with #72111E

Text Example


Text Example

White with #72111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72111E; }

 p { color: rgb(114,17,30); }

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

background-color css

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

 a { background-color: rgb(114,17,30); }

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

border-color css

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

 span { border-color: rgb(114,17,30); }

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