Html Css Color HEX #7C1515 Falu Red

📋 copy color: '#7C1515'

red 124 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #7C1515

Tints of Falu Red #7C1515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.65%

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

R = 74.7%
G = 12.65%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C1515 (or 0x7C1515) is known color: Falu Red. HEX triplet: 7C, 15 and 15. RGB value is (124,21,21). Sum of RGB (Red+Green+Blue) = 124+21+21=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1515 is #83EAEA. Grayscale: #333333. Windows color (decimal): -8645355 or 1381756. OLE color: 1381756.

HSL color Cylindrical-coordinate representation of color #7C1515: hue angle of 0º 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 #7C1515 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 21 21 -
CMYK 0 0.83 0.83 0.51
HSL 0.71% 0.28% -
HSV(B) 0.83% 0.49% -
XYZ 8.72 4.88 1.19 -
YUV 51.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 124 21 21 0 0.83 0.83 0.51 0 0.71 0.28
Hex 7C 15 15 0 53 53 33 0 47 1C
Octal 174 25 25 0 123 123 63 0 107 34
Binary 1111100 10101 10101 0 1010011 1010011 110011 0 1000111 11100

Color Harmonies of #7C1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1515

Black with #7C1515

Text Example


Text Example

White with #7C1515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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