Html Css Color HEX #7D1C11 Falu Red

📋 copy color: '#7D1C11'

red 125 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #7D1C11

Tints of Falu Red #7D1C11

RGB

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

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

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

R = 73.53%
G = 16.47%
B = 10%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D1C11 (or 0x7D1C11) is known color: Falu Red. HEX triplet: 7D, 1C and 11. RGB value is (125,28,17). Sum of RGB (Red+Green+Blue) = 125+28+17=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1C11 is #82E3EE. Grayscale: #373737. Windows color (decimal): -8578031 or 1121405. OLE color: 1121405.

HSL color Cylindrical-coordinate representation of color #7D1C11: hue angle of 6.11º 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 #7D1C11 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 28 17 -
CMYK 0 0.78 0.86 0.51
HSL 6.11º 0.76% 0.28% -
HSV(B) 6.11º 0.86% 0.49% -
XYZ 8.97 5.23 1.07 -
YUV 55.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 125 28 17 0 0.78 0.86 0.51 6.11 0.76 0.28
Hex 7D 1C 11 0 4E 56 33 6 4C 1C
Octal 175 34 21 0 116 126 63 6 114 34
Binary 1111101 11100 10001 0 1001110 1010110 110011 110 1001100 11100

Color Harmonies of #7D1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1C11

Black with #7D1C11

Text Example


Text Example

White with #7D1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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