Html Css Color HEX #7C1D15 Falu Red

📋 copy color: '#7C1D15'

red 124 ◦ green 29 ◦ blue 21

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

Shades of Falu Red #7C1D15

Tints of Falu Red #7C1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 71.26%
G = 16.67%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C1D15 (or 0x7C1D15) is known color: Falu Red. HEX triplet: 7C, 1D and 15. RGB value is (124,29,21). Sum of RGB (Red+Green+Blue) = 124+29+21=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1D15 is #83E2EA. Grayscale: #383838. Windows color (decimal): -8643307 or 1383804. OLE color: 1383804.

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

Color convert

RGB 124 29 21 -
CMYK 0 0.77 0.83 0.51
HSL 4.66º 0.71% 0.28% -
HSV(B) 4.66º 0.83% 0.49% -
XYZ 8.89 5.22 1.25 -
YUV 56.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 124 29 21 0 0.77 0.83 0.51 4.66 0.71 0.28
Hex 7C 1D 15 0 4D 53 33 5 47 1C
Octal 174 35 25 0 115 123 63 5 107 34
Binary 1111100 11101 10101 0 1001101 1010011 110011 101 1000111 11100

Color Harmonies of #7C1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1D15

Black with #7C1D15

Text Example


Text Example

White with #7C1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,29,21); }

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

background-color css

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

 a { background-color: rgb(124,29,21); }

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

border-color css

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

 span { border-color: rgb(124,29,21); }

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