Html Css Color HEX #740C0C Falu Red

📋 copy color: '#740C0C'

red 116 ◦ green 12 ◦ blue 12

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

Shades of Falu Red #740C0C

Tints of Falu Red #740C0C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

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

R = 82.86%
G = 8.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#740C0C (or 0x740C0C) is known color: Falu Red. HEX triplet: 74, 0C and 0C. RGB value is (116,12,12). Sum of RGB (Red+Green+Blue) = 116+12+12=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740C0C is #8BF3F3. Grayscale: #2B2B2B. Windows color (decimal): -9171956 or 789620. OLE color: 789620.

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

Color convert

RGB 116 12 12 -
CMYK 0 0.90 0.90 0.55
HSL 0.81% 0.25% -
HSV(B) 0.9% 0.45% -
XYZ 7.4 4 0.73 -
YUV 43.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 116 12 12 0 0.90 0.90 0.55 0 0.81 0.25
Hex 74 C C 0 5A 5A 37 0 51 19
Octal 164 14 14 0 132 132 67 0 121 31
Binary 1110100 1100 1100 0 1011010 1011010 110111 0 1010001 11001

Color Harmonies of #740C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C0C

Black with #740C0C

Text Example


Text Example

White with #740C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C0C; }

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

 H1.HeaderClassName
 {
   color: #740C0C;
 }
 .AnyTagClassName
 {
   color: #740C0C;
 }
</style>

background-color css

<style>
 a { background-color: #740C0C; }

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

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

border-color css

<style>
 span { border-color: #740C0C; }

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

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