Html Css Color HEX #7C1C12 Falu Red

📋 copy color: '#7C1C12'

red 124 ◦ green 28 ◦ blue 18

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

Shades of Falu Red #7C1C12

Tints of Falu Red #7C1C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 72.94%
G = 16.47%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C1C12 (or 0x7C1C12) is known color: Falu Red. HEX triplet: 7C, 1C and 12. RGB value is (124,28,18). Sum of RGB (Red+Green+Blue) = 124+28+18=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C1C12 is #83E3ED. Grayscale: #373737. Windows color (decimal): -8643566 or 1186940. OLE color: 1186940.

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

Color convert

RGB 124 28 18 -
CMYK 0 0.77 0.85 0.51
HSL 5.66º 0.75% 0.28% -
HSV(B) 5.66º 0.85% 0.49% -
XYZ 8.84 5.16 1.1 -
YUV 55.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 124 28 18 0 0.77 0.85 0.51 5.66 0.75 0.28
Hex 7C 1C 12 0 4D 55 33 6 4B 1C
Octal 174 34 22 0 115 125 63 6 113 34
Binary 1111100 11100 10010 0 1001101 1010101 110011 110 1001011 11100

Color Harmonies of #7C1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1C12

Black with #7C1C12

Text Example


Text Example

White with #7C1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,28,18); }

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

background-color css

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

 a { background-color: rgb(124,28,18); }

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

border-color css

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

 span { border-color: rgb(124,28,18); }

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