Html Css Color HEX #7D1902 Falu Red

📋 copy color: '#7D1902'

red 125 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #7D1902

Tints of Falu Red #7D1902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 82.24%
G = 16.45%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D1902 (or 0x7D1902) is known color: Falu Red. HEX triplet: 7D, 19 and 02. RGB value is (125,25,2). Sum of RGB (Red+Green+Blue) = 125+25+2=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1902 is #82E6FD. Grayscale: #343434. Windows color (decimal): -8578814 or 137597. OLE color: 137597.

HSL color Cylindrical-coordinate representation of color #7D1902: hue angle of 11.22º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D1902 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 2 -
CMYK 0 0.8 0.98 0.51
HSL 11.22º 0.97% 0.25% -
HSV(B) 11.22º 0.98% 0.49% -
XYZ 8.82 5.06 0.57 -
YUV 52.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 125 25 2 0 0.8 0.98 0.51 11.22 0.97 0.25
Hex 7D 19 2 0 50 62 33 B 61 19
Octal 175 31 2 0 120 142 63 13 141 31
Binary 1111101 11001 10 0 1010000 1100010 110011 1011 1100001 11001

Color Harmonies of #7D1902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1902

Black with #7D1902

Text Example


Text Example

White with #7D1902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,25,2); }

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

background-color css

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

 a { background-color: rgb(125,25,2); }

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

border-color css

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

 span { border-color: rgb(125,25,2); }

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