Html Css Color HEX #7C1519 Red Berry

📋 copy color: '#7C1519'

red 124 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #7C1519

Tints of Red Berry #7C1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 72.94%
G = 12.35%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C1519 (or 0x7C1519) is known color: Red Berry. HEX triplet: 7C, 15 and 19. RGB value is (124,21,25). Sum of RGB (Red+Green+Blue) = 124+21+25=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1519 is #83EAE6. Grayscale: #343434. Windows color (decimal): -8645351 or 1643900. OLE color: 1643900.

HSL color Cylindrical-coordinate representation of color #7C1519: hue angle of 357.67º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1519 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 21 25 -
CMYK 0 0.83 0.80 0.51
HSL 357.67º 0.71% 0.28% -
HSV(B) 357.67º 0.83% 0.49% -
XYZ 8.76 4.89 1.4 -
YUV 52.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 124 21 25 0 0.83 0.80 0.51 357.67 0.71 0.28
Hex 7C 15 19 0 53 50 33 166 47 1C
Octal 174 25 31 0 123 120 63 546 107 34
Binary 1111100 10101 11001 0 1010011 1010000 110011 101100110 1000111 11100

Color Harmonies of #7C1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1519

Black with #7C1519

Text Example


Text Example

White with #7C1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,21,25); }

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

background-color css

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

 a { background-color: rgb(124,21,25); }

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

border-color css

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

 span { border-color: rgb(124,21,25); }

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