Html Css Color HEX #7C240F Falu Red

📋 copy color: '#7C240F'

red 124 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #7C240F

Tints of Falu Red #7C240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 70.86%
G = 20.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C240F (or 0x7C240F) is known color: Falu Red. HEX triplet: 7C, 24 and 0F. RGB value is (124,36,15). Sum of RGB (Red+Green+Blue) = 124+36+15=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C240F is #83DBF0. Grayscale: #3C3C3C. Windows color (decimal): -8641521 or 992380. OLE color: 992380.

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

Color convert

RGB 124 36 15 -
CMYK 0 0.71 0.88 0.51
HSL 11.56º 0.78% 0.27% -
HSV(B) 11.56º 0.88% 0.49% -
XYZ 9.03 5.58 1.05 -
YUV 59.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 124 36 15 0 0.71 0.88 0.51 11.56 0.78 0.27
Hex 7C 24 F 0 47 58 33 C 4E 1B
Octal 174 44 17 0 107 130 63 14 116 33
Binary 1111100 100100 1111 0 1000111 1011000 110011 1100 1001110 11011

Color Harmonies of #7C240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C240F

Black with #7C240F

Text Example


Text Example

White with #7C240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,15); }

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

background-color css

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

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

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

border-color css

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

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

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