Html Css Color HEX #7C2501 Falu Red

📋 copy color: '#7C2501'

red 124 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #7C2501

Tints of Falu Red #7C2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 76.54%
G = 22.84%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7C2501 (or 0x7C2501) is known color: Falu Red. HEX triplet: 7C, 25 and 01. RGB value is (124,37,1). Sum of RGB (Red+Green+Blue) = 124+37+1=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2501 is #83DAFE. Grayscale: #3B3B3B. Windows color (decimal): -8641279 or 75132. OLE color: 75132.

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

Color convert

RGB 124 37 1 -
CMYK 0 0.70 0.99 0.51
HSL 17.56º 0.98% 0.25% -
HSV(B) 17.56º 0.99% 0.49% -
XYZ 8.98 5.61 0.64 -
YUV 58.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 124 37 1 0 0.70 0.99 0.51 17.56 0.98 0.25
Hex 7C 25 1 0 46 63 33 12 62 19
Octal 174 45 1 0 106 143 63 22 142 31
Binary 1111100 100101 1 0 1000110 1100011 110011 10010 1100010 11001

Color Harmonies of #7C2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2501

Black with #7C2501

Text Example


Text Example

White with #7C2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,37,1); }

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

background-color css

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

 a { background-color: rgb(124,37,1); }

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

border-color css

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

 span { border-color: rgb(124,37,1); }

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