Html Css Color HEX #720E12 Red Berry

📋 copy color: '#720E12'

red 114 ◦ green 14 ◦ blue 18

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

Shades of Red Berry #720E12

Tints of Red Berry #720E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 78.08%
G = 9.59%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#720E12 (or 0x720E12) is known color: Red Berry. HEX triplet: 72, 0E and 12. RGB value is (114,14,18). Sum of RGB (Red+Green+Blue) = 114+14+18=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E12 is #8DF1ED. Grayscale: #2C2C2C. Windows color (decimal): -9302510 or 1183346. OLE color: 1183346.

HSL color Cylindrical-coordinate representation of color #720E12: hue angle of 357.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 #720E12 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 18 -
CMYK 0 0.88 0.84 0.55
HSL 357.6º 0.78% 0.25% -
HSV(B) 357.6º 0.88% 0.45% -
XYZ 7.21 3.94 0.95 -
YUV 44.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 114 14 18 0 0.88 0.84 0.55 357.6 0.78 0.25
Hex 72 E 12 0 58 54 37 166 4E 19
Octal 162 16 22 0 130 124 67 546 116 31
Binary 1110010 1110 10010 0 1011000 1010100 110111 101100110 1001110 11001

Color Harmonies of #720E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E12

Black with #720E12

Text Example


Text Example

White with #720E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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