Html Css Color HEX #74250C Falu Red

📋 copy color: '#74250C'

red 116 ◦ green 37 ◦ blue 12

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

Shades of Falu Red #74250C

Tints of Falu Red #74250C

RGB

 RED value IS 116 (45.7% from 255) = 70.3%

 GREEN value IS 37 (14.84% from 255) = 22.42%

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 70.3%
G = 22.42%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74250C (or 0x74250C) is known color: Falu Red. HEX triplet: 74, 25 and 0C. RGB value is (116,37,12). Sum of RGB (Red+Green+Blue) = 116+37+12=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74250C is #8BDAF3. Grayscale: #393939. Windows color (decimal): -9165556 or 796020. OLE color: 796020.

HSL color Cylindrical-coordinate representation of color #74250C: hue angle of 14.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74250C is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 12 -
CMYK 0 0.68 0.90 0.55
HSL 14.42º 0.81% 0.25% -
HSV(B) 14.42º 0.9% 0.45% -
XYZ 7.93 5.06 0.91 -
YUV 57.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 116 37 12 0 0.68 0.90 0.55 14.42 0.81 0.25
Hex 74 25 C 0 44 5A 37 E 51 19
Octal 164 45 14 0 104 132 67 16 121 31
Binary 1110100 100101 1100 0 1000100 1011010 110111 1110 1010001 11001

Color Harmonies of #74250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74250C

Black with #74250C

Text Example


Text Example

White with #74250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74250C; }

 p { color: rgb(116,37,12); }

 H1.HeaderClassName
 {
   color: #74250C;
 }
 .AnyTagClassName
 {
   color: #74250C;
 }
</style>

background-color css

<style>
 a { background-color: #74250C; }

 a { background-color: rgb(116,37,12); }

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

border-color css

<style>
 span { border-color: #74250C; }

 span { border-color: rgb(116,37,12); }

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