Html Css Color HEX #7D210F Falu Red

📋 copy color: '#7D210F'

red 125 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #7D210F

Tints of Falu Red #7D210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 72.25%
G = 19.08%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D210F (or 0x7D210F) is known color: Falu Red. HEX triplet: 7D, 21 and 0F. RGB value is (125,33,15). Sum of RGB (Red+Green+Blue) = 125+33+15=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D210F is #82DEF0. Grayscale: #3A3A3A. Windows color (decimal): -8576753 or 991613. OLE color: 991613.

HSL color Cylindrical-coordinate representation of color #7D210F: hue angle of 9.82º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D210F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 33 15 -
CMYK 0 0.74 0.88 0.51
HSL 9.82º 0.79% 0.27% -
HSV(B) 9.82º 0.88% 0.49% -
XYZ 9.09 5.48 1.03 -
YUV 58.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 125 33 15 0 0.74 0.88 0.51 9.82 0.79 0.27
Hex 7D 21 F 0 4A 58 33 A 4F 1B
Octal 175 41 17 0 112 130 63 12 117 33
Binary 1111101 100001 1111 0 1001010 1011000 110011 1010 1001111 11011

Color Harmonies of #7D210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D210F

Black with #7D210F

Text Example


Text Example

White with #7D210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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