Html Css Color HEX #720F21 Red Berry

📋 copy color: '#720F21'

red 114 ◦ green 15 ◦ blue 33

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

Shades of Red Berry #720F21

Tints of Red Berry #720F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 70.37%
G = 9.26%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#720F21 (or 0x720F21) is known color: Red Berry. HEX triplet: 72, 0F and 21. RGB value is (114,15,33). Sum of RGB (Red+Green+Blue) = 114+15+33=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F21 is #8DF0DE. Grayscale: #2E2E2E. Windows color (decimal): -9302239 or 2166642. OLE color: 2166642.

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

Color convert

RGB 114 15 33 -
CMYK 0 0.87 0.71 0.55
HSL 349.09º 0.77% 0.25% -
HSV(B) 349.09º 0.87% 0.45% -
XYZ 7.38 4.03 1.83 -
YUV 46.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 114 15 33 0 0.87 0.71 0.55 349.09 0.77 0.25
Hex 72 F 21 0 57 47 37 15D 4D 19
Octal 162 17 41 0 127 107 67 535 115 31
Binary 1110010 1111 100001 0 1010111 1000111 110111 101011101 1001101 11001

Color Harmonies of #720F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F21

Black with #720F21

Text Example


Text Example

White with #720F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,15,33); }

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

background-color css

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

 a { background-color: rgb(114,15,33); }

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

border-color css

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

 span { border-color: rgb(114,15,33); }

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