Html Css Color HEX #7C241E Falu Red

📋 copy color: '#7C241E'

red 124 ◦ green 36 ◦ blue 30

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

Shades of Falu Red #7C241E

Tints of Falu Red #7C241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 65.26%
G = 18.95%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C241E (or 0x7C241E) is known color: Falu Red. HEX triplet: 7C, 24 and 1E. RGB value is (124,36,30). Sum of RGB (Red+Green+Blue) = 124+36+30=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C241E is #83DBE1. Grayscale: #3D3D3D. Windows color (decimal): -8641506 or 1975420. OLE color: 1975420.

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

Color convert

RGB 124 36 30 -
CMYK 0 0.71 0.76 0.51
HSL 3.83º 0.61% 0.3% -
HSV(B) 3.83º 0.76% 0.49% -
XYZ 9.18 5.64 1.83 -
YUV 61.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 124 36 30 0 0.71 0.76 0.51 3.83 0.61 0.3
Hex 7C 24 1E 0 47 4C 33 4 3D 1E
Octal 174 44 36 0 107 114 63 4 75 36
Binary 1111100 100100 11110 0 1000111 1001100 110011 100 111101 11110

Color Harmonies of #7C241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C241E

Black with #7C241E

Text Example


Text Example

White with #7C241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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