Html Css Color HEX #720E1C Red Berry

📋 copy color: '#720E1C'

red 114 ◦ green 14 ◦ blue 28

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

Shades of Red Berry #720E1C

Tints of Red Berry #720E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.97%

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 73.08%
G = 8.97%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#720E1C (or 0x720E1C) is known color: Red Berry. HEX triplet: 72, 0E and 1C. RGB value is (114,14,28). Sum of RGB (Red+Green+Blue) = 114+14+28=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E1C is #8DF1E3. Grayscale: #2D2D2D. Windows color (decimal): -9302500 or 1838706. OLE color: 1838706.

HSL color Cylindrical-coordinate representation of color #720E1C: hue angle of 351.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E1C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 28 -
CMYK 0 0.88 0.75 0.55
HSL 351.6º 0.78% 0.25% -
HSV(B) 351.6º 0.88% 0.45% -
XYZ 7.31 3.98 1.48 -
YUV 45.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 114 14 28 0 0.88 0.75 0.55 351.6 0.78 0.25
Hex 72 E 1C 0 58 4B 37 160 4E 19
Octal 162 16 34 0 130 113 67 540 116 31
Binary 1110010 1110 11100 0 1011000 1001011 110111 101100000 1001110 11001

Color Harmonies of #720E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E1C

Black with #720E1C

Text Example


Text Example

White with #720E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E1C; }

 p { color: rgb(114,14,28); }

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

background-color css

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

 a { background-color: rgb(114,14,28); }

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

border-color css

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

 span { border-color: rgb(114,14,28); }

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