Html Css Color HEX #7D1511 Falu Red

📋 copy color: '#7D1511'

red 125 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #7D1511

Tints of Falu Red #7D1511

RGB

 RED value IS 125 (49.22% from 255) = 76.69%

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

 BLUE value IS 17 (7.03% from 255) = 10.43%

R = 76.69%
G = 12.88%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D1511 (or 0x7D1511) is known color: Falu Red. HEX triplet: 7D, 15 and 11. RGB value is (125,21,17). Sum of RGB (Red+Green+Blue) = 125+21+17=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1511 is #82EAEE. Grayscale: #333333. Windows color (decimal): -8579823 or 1119613. OLE color: 1119613.

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

Color convert

RGB 125 21 17 -
CMYK 0 0.83 0.86 0.51
HSL 2.22º 0.76% 0.28% -
HSV(B) 2.22º 0.86% 0.49% -
XYZ 8.83 4.94 1.02 -
YUV 51.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 125 21 17 0 0.83 0.86 0.51 2.22 0.76 0.28
Hex 7D 15 11 0 53 56 33 2 4C 1C
Octal 175 25 21 0 123 126 63 2 114 34
Binary 1111101 10101 10001 0 1010011 1010110 110011 10 1001100 11100

Color Harmonies of #7D1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1511

Black with #7D1511

Text Example


Text Example

White with #7D1511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,17); }

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

background-color css

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

 a { background-color: rgb(125,21,17); }

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

border-color css

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

 span { border-color: rgb(125,21,17); }

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