Html Css Color HEX #7C1C21 Red Berry

📋 copy color: '#7C1C21'

red 124 ◦ green 28 ◦ blue 33

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

Shades of Red Berry #7C1C21

Tints of Red Berry #7C1C21

RGB

 RED value IS 124 (48.83% from 255) = 67.03%

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 67.03%
G = 15.14%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C1C21 (or 0x7C1C21) is known color: Red Berry. HEX triplet: 7C, 1C and 21. RGB value is (124,28,33). Sum of RGB (Red+Green+Blue) = 124+28+33=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1C21 is #83E3DE. Grayscale: #393939. Windows color (decimal): -8643551 or 2169980. OLE color: 2169980.

HSL color Cylindrical-coordinate representation of color #7C1C21: hue angle of 356.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1C21 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 28 33 -
CMYK 0 0.77 0.73 0.51
HSL 356.88º 0.63% 0.3% -
HSV(B) 356.88º 0.77% 0.49% -
XYZ 9 5.23 1.97 -
YUV 57.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 124 28 33 0 0.77 0.73 0.51 356.88 0.63 0.3
Hex 7C 1C 21 0 4D 49 33 165 3F 1E
Octal 174 34 41 0 115 111 63 545 77 36
Binary 1111100 11100 100001 0 1001101 1001001 110011 101100101 111111 11110

Color Harmonies of #7C1C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1C21

Black with #7C1C21

Text Example


Text Example

White with #7C1C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C1C21; }

 p { color: rgb(124,28,33); }

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

background-color css

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

 a { background-color: rgb(124,28,33); }

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

border-color css

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

 span { border-color: rgb(124,28,33); }

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